None
**Instruments Affected**: NIRISS
This is the validation notebook that displays the regression tests for the NIRISS instrument in the JWST calibration pipeline. This notebook runs and displays the regression tests that are performed as a part of the normal software continuous integration process. For more information on the pipeline visit the links below.
Pipeline description: https://jwst-pipeline.readthedocs.io/en/latest/index.html
Pipeline code: https://github.com/spacetelescope/jwst
JWST regression tests are located in the regtest folder of the pipeline within the GitHub repository.
These are terms or acronymns used in this notebook that may not be known a general audience.
JWST: James Webb Space Telescope
NIRISS: Near-Infrared Camera
Regression testing is a software testing method which checks if the pipeline step produces the expected outcome by comparing an input file with a truth file. Truth files for testing are stored in Artifactory.
Data used for regression tests is stored in Artifactory, and consists of a mix of simulated and ground testing data for the different instruments and modes.
import tempfile
import os
import pytest
import jwst
from IPython.display import IFrame
from IPython.core.display import HTML
Here we define any convenience functions to help with running the unit tests.
print("Testing JWST Pipeline {}".format(jwst.__version__))
jwst_dir = os.path.dirname(jwst.__file__)
regtest = os.path.join(jwst_dir, 'regtest')
associations = os.path.join(jwst_dir, 'associations')
datamodels = os.path.join(jwst_dir, 'datamodels')
stpipe = os.path.join(jwst_dir, 'stpipe')
with tempfile.TemporaryDirectory() as tmpdir:
outdir = os.path.join(tmpdir, 'regtest_report.html')
!pytest --bigdata {regtest} -k 'test_niriss' -v --ignore={associations} --ignore={datamodels} --ignore={stpipe} --html={outdir} --self-contained-html
with open(os.path.join(tmpdir, "regtest_report.html")) as report_file:
html_report = "".join(report_file.readlines())
Testing JWST Pipeline 0.18.3 ============================= test session starts ============================== platform linux -- Python 3.8.6, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/bin/python cachedir: .pytest_cache metadata: {'Python': '3.8.6', 'Platform': 'Linux-3.10.0-1160.11.1.el7.x86_64-x86_64-with-glibc2.10', 'Packages': {'pytest': '6.2.2', 'py': '1.10.0', 'pluggy': '0.13.1'}, 'Plugins': {'asdf': '2.7.2', 'metadata': '1.11.0', 'html': '3.1.1', 'forked': '1.3.0', 'xdist': '2.2.0', 'ci-watson': '0.5'}, 'BUILD_NUMBER': '53', 'BUILD_ID': '53', 'BUILD_URL': 'https://plwishmaster.stsci.edu:8081/job/Notebooks/job/jwst_validation_notebooks_spacetelescope/53/', 'NODE_NAME': 'jwcalibdev.stsci.edu', 'JOB_NAME': 'Notebooks/jwst_validation_notebooks_spacetelescope', 'BUILD_TAG': 'jenkins-Notebooks-jwst_validation_notebooks_spacetelescope-53', 'EXECUTOR_NUMBER': '12', 'JENKINS_URL': 'https://plwishmaster.stsci.edu:8081/', 'WORKSPACE': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope', 'GIT_COMMIT': 'fa55b4e6d264a8ef02ecf8e863c426480df9d025', 'GIT_URL': 'https://github.com/spacetelescope/jwst_validation_notebooks', 'GIT_BRANCH': 'origin/master'} rootdir: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope plugins: asdf-2.7.2, metadata-1.11.0, html-3.1.1, forked-1.3.0, xdist-2.2.0, ci-watson-0.5 collected 447 items / 421 deselected / 26 selected ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[022-c1014_ami] FAILED [ 3%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[025-c1014_ami] FAILED [ 7%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[amiavg] FAILED [ 11%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[psf-amiavg] FAILED [ 15%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[aminorm] FAILED [ 19%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] FAILED [ 23%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[flat_field] FAILED [ 26%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[srctype] FAILED [ 30%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[x1dints] FAILED [ 34%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints FAILED [ 38%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_x1dints FAILED [ 42%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_whtlt PASSED [ 46%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] FAILED [ 50%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[bsub] FAILED [ 53%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[cal] FAILED [ 57%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[extract_2d] FAILED [ 61%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[flat_field] FAILED [ 65%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[photom] FAILED [ 69%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[srctype] FAILED [ 73%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[x1d] FAILED [ 76%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-cal] FAILED [ 80%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-x1d] FAILED [ 84%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-c1d] FAILED [ 88%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-cal] FAILED [ 92%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-x1d] FAILED [ 96%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-c1d] FAILED [100%] =================================== FAILURES =================================== _____________________ test_niriss_ami3_exp[022-c1014_ami] ______________________ run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...14_ami.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits'} suffix = 'c1014_ami', exposure = '022' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["c1014_ami"]) @pytest.mark.parametrize("exposure", ["022", "025"]) def test_niriss_ami3_exp(run_pipeline, suffix, exposure, fitsdiff_default_kwargs): """Check exposure-level results of calwebb_ami3""" rtdata = run_pipeline output = "jw00793" + exposure + "001_03102_00001_nis_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_c1014_ami.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793022001_03102_00001_nis_c1014_ami.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.1521107973606e-07 E Extra keyword 'DVA_RA' in a: -2.9294267010752e-07 E Extra keyword 'VA_DEC' in b: -4.1521107973606e-07 E Extra keyword 'VA_RA' in b: -2.9294267010752e-07 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf592e4940>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:37: AssertionError ---------------------------- Captured stderr setup ----------------------------- 2021-02-02 14:01:25,834 - stpipe.Ami3Pipeline - INFO - Ami3Pipeline instance created. 2021-02-02 14:01:25,835 - stpipe.Ami3Pipeline.ami_analyze - INFO - AmiAnalyzeStep instance created. 2021-02-02 14:01:25,836 - stpipe.Ami3Pipeline.ami_average - INFO - AmiAverageStep instance created. 2021-02-02 14:01:25,837 - stpipe.Ami3Pipeline.ami_normalize - INFO - AmiNormalizeStep instance created. 2021-02-02 14:01:25,837 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:01:25,837 - stpipe - INFO - OS: Linux 2021-02-02 14:01:26,007 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_20191210t203450_ami3_001_asn.json',). 2021-02-02 14:01:26,009 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'save_averages': True, 'steps': {'ami_analyze': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'}, 'ami_average': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}, 'ami_normalize': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}}} 2021-02-02 14:01:26,133 - stpipe.Ami3Pipeline - INFO - Prefetching reference files for dataset: 'jw00793022001_03102_00002_nis_cal.fits' reftypes = ['throughput'] 2021-02-02 14:01:26,147 - stpipe.Ami3Pipeline - INFO - Prefetch for THROUGHPUT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits'. 2021-02-02 14:01:26,149 - stpipe.Ami3Pipeline - INFO - Starting calwebb_ami3 2021-02-02 14:01:26,297 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits',). 2021-02-02 14:01:26,298 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:01:26,298 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:01:26,298 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:01:26,298 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:01:26,298 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:01:26,412 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:01:42,053 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:01:42,117 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00002_nis_c1014_ami.fits 2021-02-02 14:01:42,273 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits',). 2021-02-02 14:01:42,274 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:01:42,274 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:01:42,275 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:01:42,275 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:01:42,275 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:01:42,385 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:01:57,951 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:01:58,007 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00001_nis_c1014_ami.fits 2021-02-02 14:01:58,146 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits',). 2021-02-02 14:01:58,147 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:01:58,147 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:01:58,147 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:01:58,147 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:01:58,147 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:01:58,264 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:02:13,462 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:02:13,518 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00003_nis_c1014_ami.fits 2021-02-02 14:02:13,629 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits',). 2021-02-02 14:02:13,630 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:02:13,630 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:02:13,630 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:02:13,630 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:02:13,630 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:02:13,738 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:02:28,856 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:02:28,909 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00002_nis_c1014_ami.fits 2021-02-02 14:02:29,002 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits',). 2021-02-02 14:02:29,003 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:02:29,003 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:02:29,003 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:02:29,003 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:02:29,003 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:02:29,110 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:02:43,883 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:02:43,937 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00003_nis_c1014_ami.fits 2021-02-02 14:02:44,039 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits',). 2021-02-02 14:02:44,040 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:02:44,040 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:02:44,040 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:02:44,040 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:02:44,040 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:02:44,144 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:02:58,849 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:02:58,902 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00001_nis_c1014_ami.fits 2021-02-02 14:02:58,987 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits>],). 2021-02-02 14:02:58,988 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-02-02 14:02:59,015 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average done 2021-02-02 14:02:59,015 - stpipe.Ami3Pipeline - INFO - Blending metadata for averaged psf 2021-02-02 14:02:59,629 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits 2021-02-02 14:02:59,713 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits>],). 2021-02-02 14:02:59,714 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_average', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-02-02 14:02:59,741 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average done 2021-02-02 14:02:59,741 - stpipe.Ami3Pipeline - INFO - Blending metadata for averaged target 2021-02-02 14:03:00,347 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits 2021-02-02 14:03:00,433 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize running with args (<AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits>, <AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits>). 2021-02-02 14:03:00,433 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-02-02 14:03:00,504 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize done 2021-02-02 14:03:00,504 - stpipe.Ami3Pipeline - INFO - Blending metadata for PSF normalized target 2021-02-02 14:03:01,157 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits 2021-02-02 14:03:01,157 - stpipe.Ami3Pipeline - INFO - ... ending calwebb_ami3 2021-02-02 14:03:01,157 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline done ------------------------------ Captured log setup ------------------------------ DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_ami3.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_ami3.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-AMI3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-AMI3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:219 No PARS-AMI3PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-AMI3PIPELINE reference files found. INFO stpipe.Ami3Pipeline:step.py:313 Ami3Pipeline instance created. INFO stpipe.Ami3Pipeline.ami_analyze:step.py:313 AmiAnalyzeStep instance created. INFO stpipe.Ami3Pipeline.ami_average:step.py:313 AmiAverageStep instance created. INFO stpipe.Ami3Pipeline.ami_normalize:step.py:313 AmiNormalizeStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Ami3Pipeline:step.py:360 Step Ami3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_20191210t203450_ami3_001_asn.json',). INFO stpipe.Ami3Pipeline:step.py:364 Step Ami3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'save_averages': True, 'steps': {'ami_analyze': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'}, 'ami_average': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}, 'ami_normalize': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}}} DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Ami3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00002_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00002_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00001_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00001_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00003_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00003_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Ami3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'jw00793022001_03102_00002_nis_cal.fits' reftypes = ['throughput'] INFO stpipe.Ami3Pipeline:pipeline.py:326 Prefetch for THROUGHPUT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits'. INFO stpipe.Ami3Pipeline:calwebb_ami3.py:41 Starting calwebb_ami3 INFO stpipe.Ami3Pipeline:calwebb_ami3.py:41 Starting calwebb_ami3 DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22371.59927505-2.76718212e-14j 22605.06260964+1.06884308e-13j 19489.54412318+2.24236577e-13j ... 17094.22375202-1.91782617e-13j 17636.58133512-4.56923395e-13j 18839.94985284+3.38484322e-14j] [21171.39566015+1.35353316e-13j 20900.19397463+1.08731142e-13j 18049.14155548+2.14402401e-13j ... 16355.31456337-1.08159930e-13j 17519.14292342-2.41783423e-13j 18811.70478772+1.74015714e-13j] [19061.40542851+2.72088395e-13j 18362.62372315+1.43521668e-13j 16593.38479618+2.18130350e-13j ... 15924.16747836+4.80255563e-14j 16947.42734 -4.16999835e-14j 18030.040549 +2.30357908e-13j] ... [17043.5817957 -2.49347327e-13j 17660.47264731+1.24799428e-13j 17120.97783055-2.98466640e-14j ... 14505.28124145-5.48048834e-13j 15058.96782657-7.71819395e-13j 15823.04362199-3.61997004e-15j] [18361.79710803+3.33492937e-14j 18627.9752801 -5.18775848e-14j 17888.71433016-1.30806151e-14j ... 15238.43960275-2.33142607e-13j 15584.85646548-3.43377324e-13j 16515.44487529+1.71950869e-14j] [20334.06059077-2.58229111e-13j 20548.54525871-6.00227573e-14j 18745.65133629+1.81639619e-13j ... 16812.08485826-8.05861163e-13j 16701.69731463-6.31936970e-13j 17448.93918347-4.16451086e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22371.59927505-2.76718212e-14j 22605.06260964+1.06884308e-13j 19489.54412318+2.24236577e-13j ... 17094.22375202-1.91782617e-13j 17636.58133512-4.56923395e-13j 18839.94985284+3.38484322e-14j] [21171.39566015+1.35353316e-13j 20900.19397463+1.08731142e-13j 18049.14155548+2.14402401e-13j ... 16355.31456337-1.08159930e-13j 17519.14292342-2.41783423e-13j 18811.70478772+1.74015714e-13j] [19061.40542851+2.72088395e-13j 18362.62372315+1.43521668e-13j 16593.38479618+2.18130350e-13j ... 15924.16747836+4.80255563e-14j 16947.42734 -4.16999835e-14j 18030.040549 +2.30357908e-13j] ... [17043.5817957 -2.49347327e-13j 17660.47264731+1.24799428e-13j 17120.97783055-2.98466640e-14j ... 14505.28124145-5.48048834e-13j 15058.96782657-7.71819395e-13j 15823.04362199-3.61997004e-15j] [18361.79710803+3.33492937e-14j 18627.9752801 -5.18775848e-14j 17888.71433016-1.30806151e-14j ... 15238.43960275-2.33142607e-13j 15584.85646548-3.43377324e-13j 16515.44487529+1.71950869e-14j] [20334.06059077-2.58229111e-13j 20548.54525871-6.00227573e-14j 18745.65133629+1.81639619e-13j ... 16812.08485826-8.05861163e-13j 16701.69731463-6.31936970e-13j 17448.93918347-4.16451086e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000293.971044957-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000293.971044957-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000294.06640906: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000294.06640906: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000293.971044957: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000293.971044957: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22383.32060551-6.90714338e-14j 22614.44242563+1.77956232e-13j 19481.22421833+1.66826798e-13j ... 17074.51004477-9.40278538e-14j 17609.82444544-2.08716372e-13j 18822.92964688-4.79123175e-13j] [21189.22200292+1.17913406e-13j 20885.08556796+2.67695132e-13j 18008.06552858+2.14582481e-13j ... 16382.4104003 -3.09787633e-14j 17546.9769017 -4.13725515e-14j 18833.42664339-3.86666641e-13j] [19065.6866291 +3.61695100e-13j 18355.97869651+3.38938570e-13j 16586.49764253+4.85738362e-13j ... 15910.09192159+8.13873841e-14j 16980.48960359+1.53771446e-13j 18058.07577023+1.28168820e-13j] ... [17027.61914674-9.52494151e-14j 17636.0096749 -2.01666216e-13j 17131.34653746-4.40689690e-13j ... 14495.88985021-2.63135669e-13j 15052.34982359-5.17190624e-13j 15806.49426812-2.82830840e-13j] [18356.12518843-2.72992089e-13j 18632.60965044+4.79165967e-13j 17901.27754996-2.15132670e-14j ... 15284.7074298 -5.69845926e-13j 15623.64398707-4.38338306e-13j 16507.89332465-1.02757569e-13j] [20318.19339019+6.79338944e-13j 20562.58688826+7.18079622e-13j 18770.05662399+7.31580352e-13j ... 16817.21369988-3.79304217e-13j 16692.00534072+2.72760667e-13j 17411.68274689-1.09665996e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22383.32060551-6.90714338e-14j 22614.44242563+1.77956232e-13j 19481.22421833+1.66826798e-13j ... 17074.51004477-9.40278538e-14j 17609.82444544-2.08716372e-13j 18822.92964688-4.79123175e-13j] [21189.22200292+1.17913406e-13j 20885.08556796+2.67695132e-13j 18008.06552858+2.14582481e-13j ... 16382.4104003 -3.09787633e-14j 17546.9769017 -4.13725515e-14j 18833.42664339-3.86666641e-13j] [19065.6866291 +3.61695100e-13j 18355.97869651+3.38938570e-13j 16586.49764253+4.85738362e-13j ... 15910.09192159+8.13873841e-14j 16980.48960359+1.53771446e-13j 18058.07577023+1.28168820e-13j] ... [17027.61914674-9.52494151e-14j 17636.0096749 -2.01666216e-13j 17131.34653746-4.40689690e-13j ... 14495.88985021-2.63135669e-13j 15052.34982359-5.17190624e-13j 15806.49426812-2.82830840e-13j] [18356.12518843-2.72992089e-13j 18632.60965044+4.79165967e-13j 17901.27754996-2.15132670e-14j ... 15284.7074298 -5.69845926e-13j 15623.64398707-4.38338306e-13j 16507.89332465-1.02757569e-13j] [20318.19339019+6.79338944e-13j 20562.58688826+7.18079622e-13j 18770.05662399+7.31580352e-13j ... 16817.21369988-3.79304217e-13j 16692.00534072+2.72760667e-13j 17411.68274689-1.09665996e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999560.820811985-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999560.820811985-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999560.916166098: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999560.916166098: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999560.820811985: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999560.820811985: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228708: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228708: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22392.50264257-4.18954976e-14j 22619.40780265+1.47271546e-13j 19474.83345083+2.91541936e-13j ... 17057.71212158-3.46436488e-14j 17589.28100839-1.98055785e-13j 18810.04889048-2.71021666e-13j] [21204.04130124+1.92219077e-13j 20869.91967284+1.96454121e-13j 17971.84640064+3.65320898e-13j ... 16413.67040799+3.81969811e-14j 17581.58030339+1.26556804e-13j 18856.87590384-1.35874454e-13j] [19067.47681837+4.44382187e-13j 18350.96000437+3.07143662e-13j 16584.88027987+6.16559726e-13j ... 15894.23217201+2.09605417e-13j 17007.18609681+2.01624504e-13j 18079.4907017 -1.55558472e-13j] ... [17008.05276287-5.07462016e-13j 17614.57639469-1.20241179e-13j 17138.66505873-4.49823389e-13j ... 14481.52693859+2.72976364e-13j 15048.76865908-8.28704786e-14j 15787.5048436 +6.09167597e-14j] [18348.78497473-5.12870647e-13j 18637.06701208+2.75469519e-13j 17908.92030864-6.68329193e-13j ... 15331.87838137-1.42617020e-13j 15663.31939066+1.28874947e-13j 16502.37877359-8.55732697e-14j] [20304.80969587-3.40687975e-13j 20575.35780762-3.41295854e-13j 18792.69117383-2.73882988e-13j ... 16818.37506187-6.61639832e-14j 16681.05790224+1.02372484e-13j 17379.48081849-3.76163800e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22392.50264257-4.18954976e-14j 22619.40780265+1.47271546e-13j 19474.83345083+2.91541936e-13j ... 17057.71212158-3.46436488e-14j 17589.28100839-1.98055785e-13j 18810.04889048-2.71021666e-13j] [21204.04130124+1.92219077e-13j 20869.91967284+1.96454121e-13j 17971.84640064+3.65320898e-13j ... 16413.67040799+3.81969811e-14j 17581.58030339+1.26556804e-13j 18856.87590384-1.35874454e-13j] [19067.47681837+4.44382187e-13j 18350.96000437+3.07143662e-13j 16584.88027987+6.16559726e-13j ... 15894.23217201+2.09605417e-13j 17007.18609681+2.01624504e-13j 18079.4907017 -1.55558472e-13j] ... [17008.05276287-5.07462016e-13j 17614.57639469-1.20241179e-13j 17138.66505873-4.49823389e-13j ... 14481.52693859+2.72976364e-13j 15048.76865908-8.28704786e-14j 15787.5048436 +6.09167597e-14j] [18348.78497473-5.12870647e-13j 18637.06701208+2.75469519e-13j 17908.92030864-6.68329193e-13j ... 15331.87838137-1.42617020e-13j 15663.31939066+1.28874947e-13j 16502.37877359-8.55732697e-14j] [20304.80969587-3.40687975e-13j 20575.35780762-3.41295854e-13j 18792.69117383-2.73882988e-13j ... 16818.37506187-6.61639832e-14j 16681.05790224+1.02372484e-13j 17379.48081849-3.76163800e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999096.733368117-1.0501316370302109e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999096.733368117-1.0501316370302109e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999096.82871591: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999096.82871591: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999096.733368117: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999096.733368117: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22398.13987418+1.72559870e-14j 22618.48203879+2.89572136e-13j 19469.48221762+3.59795033e-13j ... 17045.16473879+1.77225773e-13j 17576.17629827+5.85555864e-15j 18801.18267199-4.04587909e-14j] [21215.7963619 +1.54598225e-13j 20855.57138237+4.06323968e-13j 17941.00286696+3.47075654e-13j ... 16447.72847993+2.73088999e-13j 17621.20430495+2.76230685e-13j 18881.10977256+1.34502994e-13j] [19067.56722623+3.32559326e-13j 18349.02983014+6.22639043e-13j 16588.60003797+3.51468361e-13j ... 15876.42924952+2.92688967e-13j 17026.06926513+5.28770603e-13j 18094.78976438+6.31226139e-13j] ... [16982.82109016-2.74783514e-14j 17594.97677837-1.51817729e-13j 17143.77652486+2.70992590e-13j ... 14463.62320598-4.66552325e-14j 15047.21518662+8.18817578e-14j 15767.36132507-3.87105441e-14j] [18340.11111127-1.72007090e-13j 18641.75146636-2.60795162e-13j 17913.58773079-2.20416790e-13j ... 15381.13241155-1.38782920e-13j 15702.00706748+2.02890197e-13j 16499.06910268+1.90569145e-13j] [20295.22618359+4.32394567e-13j 20587.32602755-1.01310946e-13j 18813.47644146+4.91380225e-13j ... 16816.09360553+1.58856320e-13j 16669.05125017+3.84567774e-13j 17353.08076917+5.22895185e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22398.13987418+1.72559870e-14j 22618.48203879+2.89572136e-13j 19469.48221762+3.59795033e-13j ... 17045.16473879+1.77225773e-13j 17576.17629827+5.85555864e-15j 18801.18267199-4.04587909e-14j] [21215.7963619 +1.54598225e-13j 20855.57138237+4.06323968e-13j 17941.00286696+3.47075654e-13j ... 16447.72847993+2.73088999e-13j 17621.20430495+2.76230685e-13j 18881.10977256+1.34502994e-13j] [19067.56722623+3.32559326e-13j 18349.02983014+6.22639043e-13j 16588.60003797+3.51468361e-13j ... 15876.42924952+2.92688967e-13j 17026.06926513+5.28770603e-13j 18094.78976438+6.31226139e-13j] ... [16982.82109016-2.74783514e-14j 17594.97677837-1.51817729e-13j 17143.77652486+2.70992590e-13j ... 14463.62320598-4.66552325e-14j 15047.21518662+8.18817578e-14j 15767.36132507-3.87105441e-14j] [18340.11111127-1.72007090e-13j 18641.75146636-2.60795162e-13j 17913.58773079-2.20416790e-13j ... 15381.13241155-1.38782920e-13j 15702.00706748+2.02890197e-13j 16499.06910268+1.90569145e-13j] [20295.22618359+4.32394567e-13j 20587.32602755-1.01310946e-13j 18813.47644146+4.91380225e-13j ... 16816.09360553+1.58856320e-13j 16669.05125017+3.84567774e-13j 17353.08076917+5.22895185e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6998954.623659485-1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6998954.623659485-1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6998954.719005342: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6998954.719005342: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6998954.623659485: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6998954.623659485: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22399.51090297-4.89647584e-14j 22610.55631347+2.11623761e-13j 19464.3034593 +2.57083424e-13j ... 17037.90247338-1.53801883e-13j 17571.41213423-3.30282026e-13j 18796.10198817-2.22129609e-13j] [21224.63056986+6.98466765e-14j 20842.77085739+3.35484420e-13j 17915.79599181+3.41114467e-13j ... 16482.85610235-1.50853040e-13j 17663.75614242-9.35782846e-14j 18905.12114487-2.00431000e-13j] [19066.76238027+3.72919991e-13j 18351.50072186+4.11463906e-13j 16597.09257821+4.32498662e-13j ... 15856.63146484-1.36038314e-13j 17036.49099481+5.60755864e-14j 18104.77135608-2.89508023e-14j] ... [16950.77618091-1.63825321e-13j 17575.52494023+1.18988092e-13j 17147.57087889+6.57183555e-13j ... 14445.05335764+6.79862903e-15j 15046.4173896 -2.79105823e-13j 15747.32028395-1.04085021e-13j] [18330.59772742-1.78785137e-14j 18646.79988847-1.99683920e-13j 17917.31144257+2.40550372e-13j ... 15433.54133088-5.16613645e-14j 15738.01574452-7.27102844e-14j 16497.64812921-3.99015949e-13j] [20290.47966719-1.45302733e-14j 20598.9488603 +3.36288482e-13j 18832.51156894+5.67012065e-13j ... 16811.20060337-5.00503537e-13j 16656.7181362 -4.85199598e-13j 17332.92253654-3.40398243e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22399.51090297-4.89647584e-14j 22610.55631347+2.11623761e-13j 19464.3034593 +2.57083424e-13j ... 17037.90247338-1.53801883e-13j 17571.41213423-3.30282026e-13j 18796.10198817-2.22129609e-13j] [21224.63056986+6.98466765e-14j 20842.77085739+3.35484420e-13j 17915.79599181+3.41114467e-13j ... 16482.85610235-1.50853040e-13j 17663.75614242-9.35782846e-14j 18905.12114487-2.00431000e-13j] [19066.76238027+3.72919991e-13j 18351.50072186+4.11463906e-13j 16597.09257821+4.32498662e-13j ... 15856.63146484-1.36038314e-13j 17036.49099481+5.60755864e-14j 18104.77135608-2.89508023e-14j] ... [16950.77618091-1.63825321e-13j 17575.52494023+1.18988092e-13j 17147.57087889+6.57183555e-13j ... 14445.05335764+6.79862903e-15j 15046.4173896 -2.79105823e-13j 15747.32028395-1.04085021e-13j] [18330.59772742-1.78785137e-14j 18646.79988847-1.99683920e-13j 17917.31144257+2.40550372e-13j ... 15433.54133088-5.16613645e-14j 15738.01574452-7.27102844e-14j 16497.64812921-3.99015949e-13j] [20290.47966719-1.45302733e-14j 20598.9488603 +3.36288482e-13j 18832.51156894+5.67012065e-13j ... 16811.20060337-5.00503537e-13j 16656.7181362 -4.85199598e-13j 17332.92253654-3.40398243e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999083.588299235-1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999083.588299235-1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999083.68364685: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999083.68364685: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999083.588299235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999083.588299235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22396.23410642-3.99616248e-14j 22595.02410522+1.71874130e-13j 19458.52395166+3.60092809e-13j ... 17036.47824215+7.18619190e-15j 17575.42009823-2.00582023e-13j 18794.48298069-1.49377470e-13j] [21230.86271408+2.52648843e-13j 20832.03345863+2.37163546e-13j 17896.2798808 +3.85945550e-13j ... 16517.17940475+1.94017734e-13j 17707.02399847+3.99750232e-15j 18927.95222129+1.69462621e-14j] [19065.83850972+2.93105283e-13j 18359.32498714+2.45148849e-13j 16609.27592807+5.91019198e-13j ... 15834.90088959+1.91483214e-13j 17038.59934845+3.13451237e-13j 18110.41614203+1.22627171e-13j] ... [16911.7823669 -1.79930429e-13j 17554.31937672+8.72618538e-14j 17150.85522805-3.03481364e-13j ... 14429.71360604-1.27785499e-13j 15045.13665125+1.84088175e-14j 15728.30552712+1.60446770e-13j] [18320.80477427-2.79181900e-13j 18652.10058405+4.28716095e-13j 17921.95765378+5.81121460e-14j ... 15489.85312706+6.85301963e-14j 15770.16514613-3.74317885e-13j 16497.36384951-1.24082927e-13j] [20291.2183931 -4.51473141e-13j 20610.63940728+4.52768654e-13j 18850.03570772+1.05336460e-12j ... 16804.73501752-3.51465489e-13j 16645.29321695-5.00959742e-13j 17319.14306637+3.86344369e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22396.23410642-3.99616248e-14j 22595.02410522+1.71874130e-13j 19458.52395166+3.60092809e-13j ... 17036.47824215+7.18619190e-15j 17575.42009823-2.00582023e-13j 18794.48298069-1.49377470e-13j] [21230.86271408+2.52648843e-13j 20832.03345863+2.37163546e-13j 17896.2798808 +3.85945550e-13j ... 16517.17940475+1.94017734e-13j 17707.02399847+3.99750232e-15j 18927.95222129+1.69462621e-14j] [19065.83850972+2.93105283e-13j 18359.32498714+2.45148849e-13j 16609.27592807+5.91019198e-13j ... 15834.90088959+1.91483214e-13j 17038.59934845+3.13451237e-13j 18110.41614203+1.22627171e-13j] ... [16911.7823669 -1.79930429e-13j 17554.31937672+8.72618538e-14j 17150.85522805-3.03481364e-13j ... 14429.71360604-1.27785499e-13j 15045.13665125+1.84088175e-14j 15728.30552712+1.60446770e-13j] [18320.80477427-2.79181900e-13j 18652.10058405+4.28716095e-13j 17921.95765378+5.81121460e-14j ... 15489.85312706+6.85301963e-14j 15770.16514613-3.74317885e-13j 16497.36384951-1.24082927e-13j] [20291.2183931 -4.51473141e-13j 20610.63940728+4.52768654e-13j 18850.03570772+1.05336460e-12j ... 16804.73501752-3.51465489e-13j 16645.29321695-5.00959742e-13j 17319.14306637+3.86344369e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999424.162248155+1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999424.162248155+1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999424.257600409: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999424.257600409: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999424.162248155: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999424.162248155: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22388.29402021-7.29172012e-14j 22571.87325019+1.60319269e-13j 19451.54008568+2.57559330e-13j ... 17040.8712539 -3.63475005e-13j 17588.07769456-1.17637357e-13j 18795.93825653-2.07310578e-13j] [21234.94060166+2.45134521e-14j 20823.61358519+2.90429304e-13j 17882.35577293+3.12098078e-13j ... 16548.91253944-2.28577661e-13j 17748.90186496+1.66659024e-13j 18948.80089376+1.44251281e-13j] [19065.50002572-2.85082802e-14j 18372.91694476+2.95766478e-13j 16623.7474086 +6.25043152e-13j ... 15811.37740821-2.23586904e-13j 17033.2351342 +2.42630014e-13j 18112.77638266+4.57713014e-13j] ... [16866.65932169+4.94072218e-13j 17529.55030018-3.44030367e-13j 17154.25050362+3.83956415e-13j ... 14421.89786266+4.20131881e-13j 15042.49927168-3.49553531e-13j 15710.69960018-3.44667627e-13j] [18311.24372545+2.41798239e-13j 18657.34382895-2.39777532e-14j 17929.00889146-3.02818721e-13j ... 15550.31395112-1.69144824e-13j 15798.04184944-6.36326558e-15j 16497.16239155-1.12131882e-13j] [20297.61902956-1.50092047e-13j 20622.73494955-1.02007424e-13j 18866.37699966+8.70414788e-13j ... 16797.79952997+1.04020277e-14j 16636.37422358+4.12207367e-13j 17311.60045184-1.48037859e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22388.29402021-7.29172012e-14j 22571.87325019+1.60319269e-13j 19451.54008568+2.57559330e-13j ... 17040.8712539 -3.63475005e-13j 17588.07769456-1.17637357e-13j 18795.93825653-2.07310578e-13j] [21234.94060166+2.45134521e-14j 20823.61358519+2.90429304e-13j 17882.35577293+3.12098078e-13j ... 16548.91253944-2.28577661e-13j 17748.90186496+1.66659024e-13j 18948.80089376+1.44251281e-13j] [19065.50002572-2.85082802e-14j 18372.91694476+2.95766478e-13j 16623.7474086 +6.25043152e-13j ... 15811.37740821-2.23586904e-13j 17033.2351342 +2.42630014e-13j 18112.77638266+4.57713014e-13j] ... [16866.65932169+4.94072218e-13j 17529.55030018-3.44030367e-13j 17154.25050362+3.83956415e-13j ... 14421.89786266+4.20131881e-13j 15042.49927168-3.49553531e-13j 15710.69960018-3.44667627e-13j] [18311.24372545+2.41798239e-13j 18657.34382895-2.39777532e-14j 17929.00889146-3.02818721e-13j ... 15550.31395112-1.69144824e-13j 15798.04184944-6.36326558e-15j 16497.16239155-1.12131882e-13j] [20297.61902956-1.50092047e-13j 20622.73494955-1.02007424e-13j 18866.37699966+8.70414788e-13j ... 16797.79952997+1.04020277e-14j 16636.37422358+4.12207367e-13j 17311.60045184-1.48037859e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000123.591829778+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000123.591829778+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000123.68719156: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000123.68719156: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000123.591829778: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000123.591829778: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.08462057455301698, -0.27314576780967986) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.08462057455301698, -0.27314576780967986) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00096528 0.00094171 0.00091816 ... 0.00109729 0.00112323 0.00114912] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00096528 0.00094171 0.00091816 ... 0.00109729 0.00112323 0.00114912] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009616 0.00093781 0.00091405 ... 0.00108933 0.00111548 0.00114159] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009616 0.00093781 0.00091405 ... 0.00108933 0.00111548 0.00114159] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009575 0.0009335 0.00090953 ... 0.00108091 0.00110726 0.00113359] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009575 0.0009335 0.00090953 ... 0.00108091 0.00110726 0.00113359] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012206 0.00119587 0.00117102 ... 0.00088828 0.0009109 0.00093354] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012206 0.00119587 0.00117102 ... 0.00088828 0.0009109 0.00093354] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012252 0.00120074 0.00117616 ... 0.00089071 0.00091311 0.00093551] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012252 0.00120074 0.00117616 ... 0.00089071 0.00091311 0.00093551] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00122931 0.00120512 0.0011808 ... 0.00089273 0.0009149 0.00093706]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00122931 0.00120512 0.0011808 ... 0.00089273 0.0009149 0.00093706]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:38.00219 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:38.00219 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793022001_03102_00002_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21262.74743394+1.65702603e-14j 21433.26247024+2.00294736e-13j 18356.43687498+1.85245501e-13j ... 16045.99796503-4.14410365e-16j 16796.20697899-2.57310824e-13j 18027.56643526+1.75690491e-14j] [19481.38859957+1.18864160e-13j 19085.68744314+3.96351906e-13j 16646.31971071+3.54088056e-13j ... 15384.85282167+4.19700524e-16j 16515.24136879-2.41841776e-13j 17672.01558045+7.15419454e-14j] [17784.24477563+3.40755383e-13j 17143.94358718+4.32331348e-13j 15685.17649745+4.18392336e-13j ... 14986.86543025+9.95056619e-14j 15890.05563341-2.43988148e-13j 16923.08402323+1.72445161e-13j] ... [16581.56826942+2.59698201e-13j 17114.04874524-2.47274126e-13j 16573.27231642-6.23124370e-13j ... 13802.20369179-3.55959052e-13j 14378.3542587 +9.55045792e-14j 15248.77303394+3.24084897e-13j] [17803.35720131-1.18048464e-13j 18025.06570965+2.82289129e-14j 17166.04749827+3.98307273e-13j ... 14850.50166992-7.46790597e-14j 15023.78024694-8.00669472e-13j 15823.87996591+3.99237516e-14j] [19987.206492 +4.19513258e-13j 20242.55451854-9.14575721e-13j 18129.35539346-3.79463203e-13j ... 16217.47039602+9.62532257e-14j 16194.16040266-2.84555413e-13j 16961.00512631-5.97856965e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21262.74743394+1.65702603e-14j 21433.26247024+2.00294736e-13j 18356.43687498+1.85245501e-13j ... 16045.99796503-4.14410365e-16j 16796.20697899-2.57310824e-13j 18027.56643526+1.75690491e-14j] [19481.38859957+1.18864160e-13j 19085.68744314+3.96351906e-13j 16646.31971071+3.54088056e-13j ... 15384.85282167+4.19700524e-16j 16515.24136879-2.41841776e-13j 17672.01558045+7.15419454e-14j] [17784.24477563+3.40755383e-13j 17143.94358718+4.32331348e-13j 15685.17649745+4.18392336e-13j ... 14986.86543025+9.95056619e-14j 15890.05563341-2.43988148e-13j 16923.08402323+1.72445161e-13j] ... [16581.56826942+2.59698201e-13j 17114.04874524-2.47274126e-13j 16573.27231642-6.23124370e-13j ... 13802.20369179-3.55959052e-13j 14378.3542587 +9.55045792e-14j 15248.77303394+3.24084897e-13j] [17803.35720131-1.18048464e-13j 18025.06570965+2.82289129e-14j 17166.04749827+3.98307273e-13j ... 14850.50166992-7.46790597e-14j 15023.78024694-8.00669472e-13j 15823.87996591+3.99237516e-14j] [19987.206492 +4.19513258e-13j 20242.55451854-9.14575721e-13j 18129.35539346-3.79463203e-13j ... 16217.47039602+9.62532257e-14j 16194.16040266-2.84555413e-13j 16961.00512631-5.97856965e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647637.515665944-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647637.515665944-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647637.435355943: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647637.435355943: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647637.515665944: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647637.515665944: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21278.63087013-6.60492746e-15j 21435.03528144+7.29224234e-14j 18333.98480902+5.27876675e-14j ... 16040.19323564+6.05431057e-14j 16783.62874095-1.13993620e-13j 18023.05185665+6.42963773e-14j] [19494.76218849+2.52620459e-13j 19070.58240717+2.92239820e-13j 16613.01714864+2.00555336e-13j ... 15409.82241141+5.64361744e-14j 16551.00809952+5.56936743e-14j 17697.59702573+1.74159844e-13j] [17783.90232644+4.79672757e-13j 17140.50194998+5.07019626e-13j 15684.39807704+3.61429668e-13j ... 14958.04419036+1.87108530e-13j 15914.57240246+2.74584439e-13j 16947.18516078+1.78649349e-13j] ... [16573.15397847-1.26247330e-13j 17100.03724311+7.12642867e-14j 16583.08017342-3.54309913e-13j ... 13808.36757452-2.30526529e-13j 14390.09138632-4.72709750e-13j 15240.92051671+5.22422561e-13j] [17792.72066935-1.56766774e-13j 18032.29499804+1.23123046e-13j 17181.36608457-3.35505815e-13j ... 14895.55753044-4.22344013e-13j 15055.96368383-8.13735363e-14j 15808.94432479+3.20169998e-13j] [19977.92954315-4.64403424e-13j 20259.01942178+2.25038540e-13j 18149.78289894-1.28776033e-13j ... 16205.81842122-4.80385484e-14j 16170.41577097-8.09338540e-13j 16924.49292922+5.35475652e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21278.63087013-6.60492746e-15j 21435.03528144+7.29224234e-14j 18333.98480902+5.27876675e-14j ... 16040.19323564+6.05431057e-14j 16783.62874095-1.13993620e-13j 18023.05185665+6.42963773e-14j] [19494.76218849+2.52620459e-13j 19070.58240717+2.92239820e-13j 16613.01714864+2.00555336e-13j ... 15409.82241141+5.64361744e-14j 16551.00809952+5.56936743e-14j 17697.59702573+1.74159844e-13j] [17783.90232644+4.79672757e-13j 17140.50194998+5.07019626e-13j 15684.39807704+3.61429668e-13j ... 14958.04419036+1.87108530e-13j 15914.57240246+2.74584439e-13j 16947.18516078+1.78649349e-13j] ... [16573.15397847-1.26247330e-13j 17100.03724311+7.12642867e-14j 16583.08017342-3.54309913e-13j ... 13808.36757452-2.30526529e-13j 14390.09138632-4.72709750e-13j 15240.92051671+5.22422561e-13j] [17792.72066935-1.56766774e-13j 18032.29499804+1.23123046e-13j 17181.36608457-3.35505815e-13j ... 14895.55753044-4.22344013e-13j 15055.96368383-8.13735363e-14j 15808.94432479+3.20169998e-13j] [19977.92954315-4.64403424e-13j 20259.01942178+2.25038540e-13j 18149.78289894-1.28776033e-13j ... 16205.81842122-4.80385484e-14j 16170.41577097-8.09338540e-13j 16924.49292922+5.35475652e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646941.2996193785+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646941.2996193785+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646941.2193177845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646941.2193177845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646941.2996193785: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646941.2996193785: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190157: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190157: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.5179496 +1.40503999e-14j 21433.25843064+1.68735326e-13j 18313.90500314+2.48941120e-13j ... 16039.42486992-1.61003864e-13j 16779.30113906-7.54001431e-14j 18022.39016903-2.33818731e-13j] [19505.47569945+1.25836921e-13j 19056.68372581+2.44879042e-13j 16585.13478356+2.10024298e-13j ... 15435.96356063-1.82720405e-13j 16589.73458165-8.18579011e-15j 17722.6782783 -1.21451856e-13j] [17781.61845476+1.82804300e-13j 17137.3050708 +2.49226495e-13j 15686.96766503+2.62263796e-13j ... 14929.07366251-2.33362085e-14j 15931.77831338-6.34652456e-14j 16964.21882756-1.98291594e-13j] ... [16560.51274265+1.59384198e-13j 17087.54232774+3.78909868e-13j 16589.91697808+5.46640877e-13j ... 13811.86740094+2.49276645e-13j 14404.15333152+5.62071453e-14j 15231.62046143-1.90526270e-13j] [17782.53069351-2.78058549e-13j 18038.97244617+1.89837928e-13j 17191.9004795 +3.01643927e-13j ... 14940.58786473-1.00135323e-14j 15087.8406763 +2.97934885e-14j 15797.47405785+4.12552910e-13j] [19970.1333488 -3.09028869e-13j 20273.24981581-4.90329186e-13j 18169.72512491+2.76049781e-13j ... 16190.76949306-2.54872690e-13j 16146.37465515-1.40008381e-13j 16892.30979577-5.62391086e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.5179496 +1.40503999e-14j 21433.25843064+1.68735326e-13j 18313.90500314+2.48941120e-13j ... 16039.42486992-1.61003864e-13j 16779.30113906-7.54001431e-14j 18022.39016903-2.33818731e-13j] [19505.47569945+1.25836921e-13j 19056.68372581+2.44879042e-13j 16585.13478356+2.10024298e-13j ... 15435.96356063-1.82720405e-13j 16589.73458165-8.18579011e-15j 17722.6782783 -1.21451856e-13j] [17781.61845476+1.82804300e-13j 17137.3050708 +2.49226495e-13j 15686.96766503+2.62263796e-13j ... 14929.07366251-2.33362085e-14j 15931.77831338-6.34652456e-14j 16964.21882756-1.98291594e-13j] ... [16560.51274265+1.59384198e-13j 17087.54232774+3.78909868e-13j 16589.91697808+5.46640877e-13j ... 13811.86740094+2.49276645e-13j 14404.15333152+5.62071453e-14j 15231.62046143-1.90526270e-13j] [17782.53069351-2.78058549e-13j 18038.97244617+1.89837928e-13j 17191.9004795 +3.01643927e-13j ... 14940.58786473-1.00135323e-14j 15087.8406763 +2.97934885e-14j 15797.47405785+4.12552910e-13j] [19970.1333488 -3.09028869e-13j 20273.24981581-4.90329186e-13j 18169.72512491+2.76049781e-13j ... 16190.76949306-2.54872690e-13j 16146.37465515-1.40008381e-13j 16892.30979577-5.62391086e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646500.591684088-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646500.591684088-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646500.511387821: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646500.511387821: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646500.591684088: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646500.591684088: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21300.36681117+7.68442863e-14j 21426.77342143+2.01057320e-13j 18295.75107447+2.83690471e-13j ... 16044.29548055+1.60291680e-13j 16783.68226037+1.69335426e-13j 18025.0812865 -1.02473174e-13j] [19514.08130256+2.92627451e-13j 19045.45509671+3.73382558e-13j 16563.16933922+3.37135760e-13j ... 15461.89026462+1.92865962e-13j 16629.34959028+4.00191107e-13j 17746.57808136+1.48315516e-14j] [17777.70117984+4.07690748e-13j 17135.01942467+4.89715307e-13j 15692.91075637+5.87891579e-13j ... 14900.47784549+3.69013608e-13j 15940.83627691+5.70681049e-13j 16975.03475688+4.70957018e-13j] ... [16542.07905462+3.42243014e-13j 17075.44356733+2.35108258e-13j 16594.88262568-5.51103056e-13j ... 13814.8221334 +1.72417180e-13j 14419.21211114+4.71401849e-14j 15221.6093762 -6.36926922e-13j] [17773.83445644+1.65902715e-13j 18046.041693 +9.08390806e-14j 17199.29371156-1.52042118e-13j ... 14986.11008877+4.28216309e-13j 15117.89763406-7.46402660e-14j 15789.69170142-3.55892574e-14j] [19964.43968937+5.90648395e-13j 20284.96219415+1.79195076e-13j 18188.54046535+8.37780770e-13j ... 16173.29896176+6.86319033e-14j 16123.02504616+3.31838452e-13j 16865.12711653-1.53093863e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21300.36681117+7.68442863e-14j 21426.77342143+2.01057320e-13j 18295.75107447+2.83690471e-13j ... 16044.29548055+1.60291680e-13j 16783.68226037+1.69335426e-13j 18025.0812865 -1.02473174e-13j] [19514.08130256+2.92627451e-13j 19045.45509671+3.73382558e-13j 16563.16933922+3.37135760e-13j ... 15461.89026462+1.92865962e-13j 16629.34959028+4.00191107e-13j 17746.57808136+1.48315516e-14j] [17777.70117984+4.07690748e-13j 17135.01942467+4.89715307e-13j 15692.91075637+5.87891579e-13j ... 14900.47784549+3.69013608e-13j 15940.83627691+5.70681049e-13j 16975.03475688+4.70957018e-13j] ... [16542.07905462+3.42243014e-13j 17075.44356733+2.35108258e-13j 16594.88262568-5.51103056e-13j ... 13814.8221334 +1.72417180e-13j 14419.21211114+4.71401849e-14j 15221.6093762 -6.36926922e-13j] [17773.83445644+1.65902715e-13j 18046.041693 +9.08390806e-14j 17199.29371156-1.52042118e-13j ... 14986.11008877+4.28216309e-13j 15117.89763406-7.46402660e-14j 15789.69170142-3.55892574e-14j] [19964.43968937+5.90648395e-13j 20284.96219415+1.79195076e-13j 18188.54046535+8.37780770e-13j ... 16173.29896176+6.86319033e-14j 16123.02504616+3.31838452e-13j 16865.12711653-1.53093863e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646365.641089961+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646365.641089961+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646365.560795326: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646365.560795326: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646365.641089961: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646365.641089961: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21304.4406748 +2.46319221e-15j 21414.69143767+1.87751785e-13j 18279.06562554+1.83986283e-13j ... 16054.93251303-1.53778343e-14j 16796.6901123 -1.13951167e-13j 18030.50790205+9.48701370e-14j] [19521.2352387 +4.99516017e-14j 19038.10317126+2.71091124e-13j 16547.23489993+2.66554487e-13j ... 15486.14173176+6.48815141e-14j 16667.78227753-3.36962287e-14j 17768.64832553+2.38419516e-13j] [17772.44059096+3.44411884e-13j 17134.4277476 +5.15267577e-13j 15701.73045535+3.46078845e-13j ... 14872.65753689+2.16658778e-13j 15941.72252513+1.73596597e-13j 16980.7699697 +5.07595546e-13j] ... [16517.07788049+5.54268068e-15j 17062.27942348-1.71302802e-13j 16599.03867855-1.49194087e-13j ... 13820.25878983-3.19373108e-13j 14433.85159679-1.67448154e-13j 15211.43282361-6.01674840e-13j] [17767.55537397+1.83549839e-13j 18054.22411778+1.08116211e-13j 17205.35600312+1.74528293e-14j ... 15032.51261712+1.23777413e-14j 15144.95907996-3.06844397e-14j 15785.33076076-1.83488338e-13j] [19961.3392294 +4.29888463e-13j 20294.00773366+5.73132183e-13j 18205.72352239+3.51981763e-13j ... 16154.64592418+2.02669462e-13j 16101.73780383-4.92393510e-14j 16843.4647776 +3.03214483e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21304.4406748 +2.46319221e-15j 21414.69143767+1.87751785e-13j 18279.06562554+1.83986283e-13j ... 16054.93251303-1.53778343e-14j 16796.6901123 -1.13951167e-13j 18030.50790205+9.48701370e-14j] [19521.2352387 +4.99516017e-14j 19038.10317126+2.71091124e-13j 16547.23489993+2.66554487e-13j ... 15486.14173176+6.48815141e-14j 16667.78227753-3.36962287e-14j 17768.64832553+2.38419516e-13j] [17772.44059096+3.44411884e-13j 17134.4277476 +5.15267577e-13j 15701.73045535+3.46078845e-13j ... 14872.65753689+2.16658778e-13j 15941.72252513+1.73596597e-13j 16980.7699697 +5.07595546e-13j] ... [16517.07788049+5.54268068e-15j 17062.27942348-1.71302802e-13j 16599.03867855-1.49194087e-13j ... 13820.25878983-3.19373108e-13j 14433.85159679-1.67448154e-13j 15211.43282361-6.01674840e-13j] [17767.55537397+1.83549839e-13j 18054.22411778+1.08116211e-13j 17205.35600312+1.74528293e-14j ... 15032.51261712+1.23777413e-14j 15144.95907996-3.06844397e-14j 15785.33076076-1.83488338e-13j] [19961.3392294 +4.29888463e-13j 20294.00773366+5.73132183e-13j 18205.72352239+3.51981763e-13j ... 16154.64592418+2.02669462e-13j 16101.73780383-4.92393510e-14j 16843.4647776 +3.03214483e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646488.10882931+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646488.10882931+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646488.028533194: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646488.028533194: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646488.10882931: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646488.10882931: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21303.36004587-1.93393694e-14j 21396.50855094+1.35133114e-13j 18263.43126154+2.13604612e-13j ... 16070.92460457-8.28825597e-14j 16817.67480455-8.23803410e-14j 18037.98749714+8.24109895e-14j] [19527.62787845+1.01456123e-13j 19035.44131205+2.94590702e-13j 16537.14327141+4.17628450e-13j ... 15507.37349709+3.67128735e-14j 16703.17657509+1.11561743e-13j 17788.35290951+2.56810630e-13j] [17766.14258145+2.58216387e-13j 17136.26199147+5.74503876e-13j 15712.45688139+4.44531001e-13j ... 14845.82754951+1.70375125e-14j 15935.1498005 +5.63975371e-14j 16982.69362816+3.71936338e-13j] ... [16485.55907262+6.35530956e-13j 17046.47707154+2.72503696e-13j 16603.26221175-2.30153898e-13j ... 13831.6232422 -5.36200610e-14j 14446.86545302+7.27010986e-14j 15201.26848845+7.76598534e-14j] [17764.37568099+1.77290399e-13j 18063.96307528-4.26452525e-13j 17211.84217956-2.61384976e-13j ... 15079.95923803+2.42240134e-14j 15168.43643995+6.63867061e-14j 15783.71607572+7.95428127e-14j] [19961.1367216 +2.97659438e-13j 20300.40135592+4.25249707e-13j 18220.92888252+2.36095783e-13j ... 16136.1554045 -1.50082150e-13j 16084.12283784-1.76916053e-13j 16827.66332607+2.83171406e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21303.36004587-1.93393694e-14j 21396.50855094+1.35133114e-13j 18263.43126154+2.13604612e-13j ... 16070.92460457-8.28825597e-14j 16817.67480455-8.23803410e-14j 18037.98749714+8.24109895e-14j] [19527.62787845+1.01456123e-13j 19035.44131205+2.94590702e-13j 16537.14327141+4.17628450e-13j ... 15507.37349709+3.67128735e-14j 16703.17657509+1.11561743e-13j 17788.35290951+2.56810630e-13j] [17766.14258145+2.58216387e-13j 17136.26199147+5.74503876e-13j 15712.45688139+4.44531001e-13j ... 14845.82754951+1.70375125e-14j 15935.1498005 +5.63975371e-14j 16982.69362816+3.71936338e-13j] ... [16485.55907262+6.35530956e-13j 17046.47707154+2.72503696e-13j 16603.26221175-2.30153898e-13j ... 13831.6232422 -5.36200610e-14j 14446.86545302+7.27010986e-14j 15201.26848845+7.76598534e-14j] [17764.37568099+1.77290399e-13j 18063.96307528-4.26452525e-13j 17211.84217956-2.61384976e-13j ... 15079.95923803+2.42240134e-14j 15168.43643995+6.63867061e-14j 15783.71607572+7.95428127e-14j] [19961.1367216 +2.97659438e-13j 20300.40135592+4.25249707e-13j 18220.92888252+2.36095783e-13j ... 16136.1554045 -1.50082150e-13j 16084.12283784-1.76916053e-13j 16827.66332607+2.83171406e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646811.525555672-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646811.525555672-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646811.445255649: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646811.445255649: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646811.525555672: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646811.525555672: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21297.12492993-3.69038127e-14j 21372.18884088+1.20669626e-13j 18248.52373625+1.22874052e-13j ... 16091.35538281+2.16585126e-13j 16845.46783089-3.83166677e-16j 18046.8443013 -6.42931837e-14j] [19533.90522183+1.02609510e-14j 19037.79356014+2.80590240e-13j 16532.50060349+3.70289507e-13j ... 15524.51596931+2.75357224e-13j 16734.05997153+5.35818011e-14j 17805.33039695+1.35649827e-13j] [17759.15915642+4.60476102e-13j 17141.03029707+3.57979798e-13j 15723.79249485+4.62602297e-13j ... 14819.96476976+2.17695349e-13j 15922.41305068+7.28915529e-14j 16982.06889953+2.29360806e-13j] ... [16448.31321323+2.09513197e-13j 17026.60286732+1.32060941e-13j 16608.14108515-3.82725664e-14j ... 13852.19768827+3.29265735e-14j 14457.55711203-3.07951488e-14j 15190.85325486-1.67722797e-13j] [17764.63180455+2.52804499e-13j 18075.40056568+1.07309981e-13j 17220.24154846-3.47776177e-14j ... 15128.31732263+3.14807077e-13j 15188.48062559-2.00748474e-13j 15783.90472534-3.66906882e-14j] [19963.90523055-6.73067280e-13j 20304.3346288 -1.53788701e-13j 18233.98569232+5.93099861e-13j ... 16119.09856227+7.01588352e-13j 16071.82578344+7.99332044e-14j 16817.8649762 -1.87706811e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21297.12492993-3.69038127e-14j 21372.18884088+1.20669626e-13j 18248.52373625+1.22874052e-13j ... 16091.35538281+2.16585126e-13j 16845.46783089-3.83166677e-16j 18046.8443013 -6.42931837e-14j] [19533.90522183+1.02609510e-14j 19037.79356014+2.80590240e-13j 16532.50060349+3.70289507e-13j ... 15524.51596931+2.75357224e-13j 16734.05997153+5.35818011e-14j 17805.33039695+1.35649827e-13j] [17759.15915642+4.60476102e-13j 17141.03029707+3.57979798e-13j 15723.79249485+4.62602297e-13j ... 14819.96476976+2.17695349e-13j 15922.41305068+7.28915529e-14j 16982.06889953+2.29360806e-13j] ... [16448.31321323+2.09513197e-13j 17026.60286732+1.32060941e-13j 16608.14108515-3.82725664e-14j ... 13852.19768827+3.29265735e-14j 14457.55711203-3.07951488e-14j 15190.85325486-1.67722797e-13j] [17764.63180455+2.52804499e-13j 18075.40056568+1.07309981e-13j 17220.24154846-3.47776177e-14j ... 15128.31732263+3.14807077e-13j 15188.48062559-2.00748474e-13j 15783.90472534-3.66906882e-14j] [19963.90523055-6.73067280e-13j 20304.3346288 -1.53788701e-13j 18233.98569232+5.93099861e-13j ... 16119.09856227+7.01588352e-13j 16071.82578344+7.99332044e-14j 16817.8649762 -1.87706811e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647475.719708889-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647475.719708889-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647475.639400842: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647475.639400842: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647475.719708889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647475.719708889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.09041303934909911, 0.48255080655963667) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.09041303934909911, 0.48255080655963667) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00080357 0.000784 0.00076445 ... 0.00130607 0.00133095 0.00135562] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00080357 0.000784 0.00076445 ... 0.00130607 0.00133095 0.00135562] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080495 0.00078513 0.00076534 ... 0.00129971 0.00132486 0.00134983] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080495 0.00078513 0.00076534 ... 0.00129971 0.00132486 0.00134983] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080596 0.0007859 0.00076587 ... 0.00129282 0.00131825 0.00134351] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080596 0.0007859 0.00076587 ... 0.00129282 0.00131825 0.00134351] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00129957 0.00127186 0.00124405 ... 0.00070533 0.00072732 0.00074945] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00129957 0.00127186 0.00124405 ... 0.00070533 0.00072732 0.00074945] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00131087 0.0012834 0.0012558 ... 0.000709 0.00073082 0.00075278] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00131087 0.0012834 0.0012558 ... 0.000709 0.00073082 0.00075278] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00132167 0.00129444 0.00126708 ... 0.00071232 0.00073397 0.00075574]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00132167 0.00129444 0.00126708 ... 0.00071232 0.00073397 0.00075574]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:36.087738 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:36.087738 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793022001_03102_00001_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19074.16027669-1.74714959e-13j 19226.6353208 -1.94028020e-13j 16951.82403348+2.26704296e-14j ... 15166.85950127-6.13662431e-14j 15277.85409621-2.05190935e-13j 16137.87309782-2.95567892e-13j] [19452.26253466-4.20108353e-14j 19355.71875592+7.99073527e-14j 16571.85462597+1.34970980e-13j ... 14704.56650231+2.06817392e-13j 15544.35397553-1.85288811e-13j 16772.88513746-1.23361160e-13j] [17515.33573263-8.14562250e-14j 16958.09539012+2.16754499e-13j 14976.13606487+2.93564848e-13j ... 14165.48646031+7.96320811e-14j 15138.59393106-7.14090601e-14j 16180.12085328+1.30757749e-13j] ... [14313.26065793-1.29133394e-13j 14849.66439004-1.67087322e-13j 14407.64397106-4.28997894e-13j ... 12796.34677225-1.89652521e-13j 13154.61977156+4.05770615e-13j 13526.15470759-7.74006572e-13j] [15735.80049349-6.95255098e-14j 16103.63355673-1.09470879e-13j 15527.72026183-1.75512745e-13j ... 13012.71052739-1.27394564e-13j 13491.32012937+3.84203157e-13j 14358.93848715-4.12138471e-13j] [16964.15948136-4.63007202e-13j 17110.64457598-2.74374085e-13j 16062.21957354-1.72014051e-13j ... 14219.97851934-9.04490050e-14j 14206.44213952+1.24763897e-13j 14897.98668546-5.03588124e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19074.16027669-1.74714959e-13j 19226.6353208 -1.94028020e-13j 16951.82403348+2.26704296e-14j ... 15166.85950127-6.13662431e-14j 15277.85409621-2.05190935e-13j 16137.87309782-2.95567892e-13j] [19452.26253466-4.20108353e-14j 19355.71875592+7.99073527e-14j 16571.85462597+1.34970980e-13j ... 14704.56650231+2.06817392e-13j 15544.35397553-1.85288811e-13j 16772.88513746-1.23361160e-13j] [17515.33573263-8.14562250e-14j 16958.09539012+2.16754499e-13j 14976.13606487+2.93564848e-13j ... 14165.48646031+7.96320811e-14j 15138.59393106-7.14090601e-14j 16180.12085328+1.30757749e-13j] ... [14313.26065793-1.29133394e-13j 14849.66439004-1.67087322e-13j 14407.64397106-4.28997894e-13j ... 12796.34677225-1.89652521e-13j 13154.61977156+4.05770615e-13j 13526.15470759-7.74006572e-13j] [15735.80049349-6.95255098e-14j 16103.63355673-1.09470879e-13j 15527.72026183-1.75512745e-13j ... 13012.71052739-1.27394564e-13j 13491.32012937+3.84203157e-13j 14358.93848715-4.12138471e-13j] [16964.15948136-4.63007202e-13j 17110.64457598-2.74374085e-13j 16062.21957354-1.72014051e-13j ... 14219.97851934-9.04490050e-14j 14206.44213952+1.24763897e-13j 14897.98668546-5.03588124e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160686.685527395-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160686.685527395-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160687.085962279: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160687.085962279: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160686.685527395: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160686.685527395: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19072.78523136+1.20931725e-14j 19240.55652287-1.25094659e-13j 16964.16621307-3.91251344e-14j ... 15147.66948333-8.52049436e-14j 15248.37842967-1.77558792e-13j 16108.11938388-9.82730284e-14j] [19470.25121655+1.13576139e-13j 19350.5466685 +8.33582082e-14j 16542.12962385+1.35651091e-13j ... 14713.12314946+5.92467746e-14j 15546.45441697-1.16326850e-13j 16779.81606193-7.24740805e-15j] [17523.84861482+2.43019562e-13j 16944.42833408+2.92349198e-13j 14954.55553102+3.20587126e-13j ... 14177.75626508+1.39060107e-13j 15173.45925558+2.00609061e-14j 16205.88971964+5.32724145e-14j] ... [14285.89028996-2.72193575e-13j 14811.9531229 -7.82091906e-14j 14413.24044591-1.99816453e-13j ... 12777.95130923-5.09001547e-13j 13126.73276111-1.64067780e-14j 13500.36596657-3.08640172e-13j] [15734.10753218+3.18916759e-13j 16101.73737826-2.84682198e-13j 15538.30213382-7.96939855e-13j ... 13034.83718623-5.92795868e-13j 13514.80956197-4.65524754e-14j 14355.51824154+1.82178579e-13j] [16949.90851755-4.12999730e-14j 17118.22869942+1.94020129e-13j 16079.93434685-4.34445594e-13j ... 14250.40786473-3.37632190e-13j 14221.82270164-2.34251077e-13j 14874.61453975-3.33376491e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19072.78523136+1.20931725e-14j 19240.55652287-1.25094659e-13j 16964.16621307-3.91251344e-14j ... 15147.66948333-8.52049436e-14j 15248.37842967-1.77558792e-13j 16108.11938388-9.82730284e-14j] [19470.25121655+1.13576139e-13j 19350.5466685 +8.33582082e-14j 16542.12962385+1.35651091e-13j ... 14713.12314946+5.92467746e-14j 15546.45441697-1.16326850e-13j 16779.81606193-7.24740805e-15j] [17523.84861482+2.43019562e-13j 16944.42833408+2.92349198e-13j 14954.55553102+3.20587126e-13j ... 14177.75626508+1.39060107e-13j 15173.45925558+2.00609061e-14j 16205.88971964+5.32724145e-14j] ... [14285.89028996-2.72193575e-13j 14811.9531229 -7.82091906e-14j 14413.24044591-1.99816453e-13j ... 12777.95130923-5.09001547e-13j 13126.73276111-1.64067780e-14j 13500.36596657-3.08640172e-13j] [15734.10753218+3.18916759e-13j 16101.73737826-2.84682198e-13j 15538.30213382-7.96939855e-13j ... 13034.83718623-5.92795868e-13j 13514.80956197-4.65524754e-14j 14355.51824154+1.82178579e-13j] [16949.90851755-4.12999730e-14j 17118.22869942+1.94020129e-13j 16079.93434685-4.34445594e-13j ... 14250.40786473-3.37632190e-13j 14221.82270164-2.34251077e-13j 14874.61453975-3.33376491e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160041.4684983045+2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160041.4684983045+2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160041.868891248: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160041.868891248: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160041.4684983045: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160041.4684983045: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19071.69856629-3.27459135e-14j 19251.6740214 -5.93039352e-14j 16977.50553817+1.72890213e-13j ... 15127.13522344-1.17104698e-13j 15220.58109056-1.45819905e-13j 16082.53522181-9.94205278e-14j] [19484.94365397+1.45988036e-13j 19342.75095684+9.79403224e-14j 16515.29818146+2.90849318e-13j ... 14727.1056259 +1.27029841e-13j 15556.67564942-7.46155023e-14j 16789.84777744-4.89082396e-14j] [17529.66718689+2.42589397e-13j 16932.55863108+3.33715016e-13j 14938.44628026+3.48305451e-13j ... 14189.66111054+2.74248918e-13j 15207.61412648+1.07310944e-13j 16228.69916201+5.71209187e-14j] ... [14258.94796641+1.27612730e-14j 14779.28643751+1.22890392e-13j 14414.79798142+5.25748994e-13j ... 12754.65364476-3.51998608e-13j 13103.15780706+2.15502854e-14j 13472.77535271+2.51377140e-13j] [15728.70765448+1.88308762e-13j 16100.36511738+5.37104831e-13j 15545.44897438-1.88052563e-13j ... 13056.23403465-2.38370797e-13j 13539.97424817+1.84036626e-13j 14351.40083736+2.61927118e-13j] [16937.12734737-5.41296642e-14j 17125.17134856+4.19557688e-13j 16093.97394429-4.50465137e-13j ... 14279.46391556-1.92300148e-13j 14236.27355823+5.75730434e-13j 14855.06344672+4.58520318e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19071.69856629-3.27459135e-14j 19251.6740214 -5.93039352e-14j 16977.50553817+1.72890213e-13j ... 15127.13522344-1.17104698e-13j 15220.58109056-1.45819905e-13j 16082.53522181-9.94205278e-14j] [19484.94365397+1.45988036e-13j 19342.75095684+9.79403224e-14j 16515.29818146+2.90849318e-13j ... 14727.1056259 +1.27029841e-13j 15556.67564942-7.46155023e-14j 16789.84777744-4.89082396e-14j] [17529.66718689+2.42589397e-13j 16932.55863108+3.33715016e-13j 14938.44628026+3.48305451e-13j ... 14189.66111054+2.74248918e-13j 15207.61412648+1.07310944e-13j 16228.69916201+5.71209187e-14j] ... [14258.94796641+1.27612730e-14j 14779.28643751+1.22890392e-13j 14414.79798142+5.25748994e-13j ... 12754.65364476-3.51998608e-13j 13103.15780706+2.15502854e-14j 13472.77535271+2.51377140e-13j] [15728.70765448+1.88308762e-13j 16100.36511738+5.37104831e-13j 15545.44897438-1.88052563e-13j ... 13056.23403465-2.38370797e-13j 13539.97424817+1.84036626e-13j 14351.40083736+2.61927118e-13j] [16937.12734737-5.41296642e-14j 17125.17134856+4.19557688e-13j 16093.97394429-4.50465137e-13j ... 14279.46391556-1.92300148e-13j 14236.27355823+5.75730434e-13j 14855.06344672+4.58520318e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159633.043173858-8.077935669463161e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159633.043173858-8.077935669463161e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159633.443540255: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159633.443540255: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159633.043173858: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159633.043173858: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.81571149+1.35359175e-13j 19259.17203708+4.96535592e-14j 16990.87373562+1.30117871e-13j ... 15106.4586448 +1.82831981e-13j 15195.79290571-1.95158303e-13j 16061.52040688-1.35014588e-13j] [19495.45067435+3.05612998e-13j 19331.86940115+1.12891504e-13j 16491.26679335+2.39529412e-13j ... 14746.3206419 +2.21131841e-13j 15574.72750914+1.54543337e-13j 16802.17752916-7.13081526e-14j] [17533.63831913+5.39480356e-13j 16924.27012383+1.96202998e-13j 14928.1107234 +2.92210433e-13j ... 14200.04236864+3.29242642e-13j 15239.14292287+2.96670497e-13j 16248.30071145+6.81562256e-14j] ... [14230.64866374-1.19017360e-13j 14751.6048861 +5.96007984e-14j 14413.11602828-3.37140738e-13j ... 12725.19572193+5.89161484e-14j 13083.42811046+1.39705568e-13j 13445.16921586-5.47249357e-13j] [15718.59507808+1.73631921e-13j 16098.80124569+9.68553034e-15j 15550.46243374-8.88445944e-16j ... 13078.82717108+3.69328126e-13j 13565.35046967-1.68633244e-13j 14346.91206144-1.55118896e-13j] [16927.20615656-2.51422920e-13j 17132.52619587+4.66801534e-14j 16105.32923371+4.43019129e-13j ... 14307.35880937+1.31038022e-14j 14248.86915703+3.40221118e-13j 14839.76045336+2.99996984e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.81571149+1.35359175e-13j 19259.17203708+4.96535592e-14j 16990.87373562+1.30117871e-13j ... 15106.4586448 +1.82831981e-13j 15195.79290571-1.95158303e-13j 16061.52040688-1.35014588e-13j] [19495.45067435+3.05612998e-13j 19331.86940115+1.12891504e-13j 16491.26679335+2.39529412e-13j ... 14746.3206419 +2.21131841e-13j 15574.72750914+1.54543337e-13j 16802.17752916-7.13081526e-14j] [17533.63831913+5.39480356e-13j 16924.27012383+1.96202998e-13j 14928.1107234 +2.92210433e-13j ... 14200.04236864+3.29242642e-13j 15239.14292287+2.96670497e-13j 16248.30071145+6.81562256e-14j] ... [14230.64866374-1.19017360e-13j 14751.6048861 +5.96007984e-14j 14413.11602828-3.37140738e-13j ... 12725.19572193+5.89161484e-14j 13083.42811046+1.39705568e-13j 13445.16921586-5.47249357e-13j] [15718.59507808+1.73631921e-13j 16098.80124569+9.68553034e-15j 15550.46243374-8.88445944e-16j ... 13078.82717108+3.69328126e-13j 13565.35046967-1.68633244e-13j 14346.91206144-1.55118896e-13j] [16927.20615656-2.51422920e-13j 17132.52619587+4.66801534e-14j 16105.32923371+4.43019129e-13j ... 14307.35880937+1.31038022e-14j 14248.86915703+3.40221118e-13j 14839.76045336+2.99996984e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159507.977941813+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159507.977941813+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159508.378300082: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159508.378300082: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159507.977941813: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159507.977941813: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.05742144-5.63012694e-14j 19262.4710802 +7.26321730e-14j 17003.37466117+2.61481859e-14j ... 15086.96083927+1.28379412e-13j 15175.4957023 -1.78902423e-13j 16045.35869445-2.23904217e-13j] [19501.19045562+4.49868362e-14j 19317.58289782+2.05801920e-13j 16469.88584662-5.21064023e-15j ... 14770.04420604+2.05875478e-13j 15599.76031741-1.98619075e-13j 16815.89553939-1.40308029e-13j] [17536.69177559+5.69414791e-14j 16921.0360312 +5.43366735e-13j 14923.35175634+7.72184450e-14j ... 14207.81412177+2.10535916e-13j 15266.45863305-5.23369980e-14j 16264.59115461-3.84969723e-14j] ... [14199.79623375-3.87535376e-13j 14728.12614973-1.56655949e-13j 14409.33683981+2.14490387e-13j ... 12689.91349337-6.32005253e-14j 13066.45284994-2.58409674e-13j 13419.45473674+6.09240766e-14j] [15703.33149524-1.41127944e-14j 16096.07913774+7.81804499e-14j 15554.62865739+8.80530726e-13j ... 13104.92856916-1.37084184e-13j 13589.46632001-2.55343529e-13j 14342.12334548+5.17128307e-14j] [16921.28448203-3.87246357e-13j 17141.19113704+2.00086522e-13j 16115.17009723-5.79050824e-14j ... 14334.30395307+3.03417842e-13j 14259.11093103-1.48233594e-13j 14828.72785268+6.20342996e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.05742144-5.63012694e-14j 19262.4710802 +7.26321730e-14j 17003.37466117+2.61481859e-14j ... 15086.96083927+1.28379412e-13j 15175.4957023 -1.78902423e-13j 16045.35869445-2.23904217e-13j] [19501.19045562+4.49868362e-14j 19317.58289782+2.05801920e-13j 16469.88584662-5.21064023e-15j ... 14770.04420604+2.05875478e-13j 15599.76031741-1.98619075e-13j 16815.89553939-1.40308029e-13j] [17536.69177559+5.69414791e-14j 16921.0360312 +5.43366735e-13j 14923.35175634+7.72184450e-14j ... 14207.81412177+2.10535916e-13j 15266.45863305-5.23369980e-14j 16264.59115461-3.84969723e-14j] ... [14199.79623375-3.87535376e-13j 14728.12614973-1.56655949e-13j 14409.33683981+2.14490387e-13j ... 12689.91349337-6.32005253e-14j 13066.45284994-2.58409674e-13j 13419.45473674+6.09240766e-14j] [15703.33149524-1.41127944e-14j 16096.07913774+7.81804499e-14j 15554.62865739+8.80530726e-13j ... 13104.92856916-1.37084184e-13j 13589.46632001-2.55343529e-13j 14342.12334548+5.17128307e-14j] [16921.28448203-3.87246357e-13j 17141.19113704+2.00086522e-13j 16115.17009723-5.79050824e-14j ... 14334.30395307+3.03417842e-13j 14259.11093103-1.48233594e-13j 14828.72785268+6.20342996e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159621.474709565+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159621.474709565+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159621.875075211: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159621.875075211: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159621.474709565: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159621.474709565: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19069.35325062-7.22820951e-14j 19261.2965034 -2.73882611e-15j 17014.24786027+4.89796295e-14j ... 15069.89088925-1.16077137e-13j 15161.12800167-5.24049297e-13j 16034.19320525-6.07036386e-14j] [19501.93297352+5.63682318e-15j 19299.76484094+4.40710131e-14j 16450.99470677+1.25626562e-13j ... 14797.08102178+2.45905120e-14j 15630.43409711-4.88752195e-13j 16830.07293251+1.12693967e-13j] [17539.75598215+1.00912697e-13j 16923.83176178+1.79337750e-13j 14923.58521832+3.35417170e-13j ... 14212.1241263 +1.30392375e-13j 15288.45210362-6.06205801e-13j 16277.6229313 +2.30174794e-13j] ... [14165.95732363-8.46202381e-13j 14707.517018 -2.61762643e-13j 14404.77482228-5.26293356e-13j ... 12650.77309377-9.08726826e-14j 13050.78311657-2.10665637e-14j 13397.27244672-2.49736885e-14j] [15683.0373217 -1.27613056e-13j 16091.13307175+1.05838502e-14j 15559.05430827-3.49568852e-13j ... 13136.83489342-3.79722318e-13j 13611.12996534-5.89861427e-14j 14336.77870455+1.98098619e-13j] [16920.12471387-1.49023028e-14j 17151.82646918-9.94294951e-14j 16124.69953798+2.67971454e-14j ... 14360.47927757-2.85131763e-13j 14267.07710711-3.31341112e-13j 14821.6453254 +1.60977465e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19069.35325062-7.22820951e-14j 19261.2965034 -2.73882611e-15j 17014.24786027+4.89796295e-14j ... 15069.89088925-1.16077137e-13j 15161.12800167-5.24049297e-13j 16034.19320525-6.07036386e-14j] [19501.93297352+5.63682318e-15j 19299.76484094+4.40710131e-14j 16450.99470677+1.25626562e-13j ... 14797.08102178+2.45905120e-14j 15630.43409711-4.88752195e-13j 16830.07293251+1.12693967e-13j] [17539.75598215+1.00912697e-13j 16923.83176178+1.79337750e-13j 14923.58521832+3.35417170e-13j ... 14212.1241263 +1.30392375e-13j 15288.45210362-6.06205801e-13j 16277.6229313 +2.30174794e-13j] ... [14165.95732363-8.46202381e-13j 14707.517018 -2.61762643e-13j 14404.77482228-5.26293356e-13j ... 12650.77309377-9.08726826e-14j 13050.78311657-2.10665637e-14j 13397.27244672-2.49736885e-14j] [15683.0373217 -1.27613056e-13j 16091.13307175+1.05838502e-14j 15559.05430827-3.49568852e-13j ... 13136.83489342-3.79722318e-13j 13611.12996534-5.89861427e-14j 14336.77870455+1.98098619e-13j] [16920.12471387-1.49023028e-14j 17151.82646918-9.94294951e-14j 16124.69953798+2.67971454e-14j ... 14360.47927757-2.85131763e-13j 14267.07710711-3.31341112e-13j 14821.6453254 +1.60977465e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159921.200606965+6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159921.200606965+6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159921.600992093: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159921.600992093: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159921.200606965: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159921.200606965: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19068.64147111-4.25073587e-14j 19255.71886487+4.36219704e-14j 17022.9272476 +9.09176709e-14j ... 15056.24646476-4.00256972e-14j 15153.88000215-5.91938335e-14j 16028.01305269-1.55965339e-13j] [19497.81166506-1.78854150e-15j 19278.51721938+6.65101552e-14j 16434.46243264+1.17362167e-13j ... 14825.90751996+1.19504225e-13j 15665.05258109+2.07741298e-13j 16843.86083043+2.93457508e-14j] [17543.66618393+9.67312341e-15j 16933.00054378+2.40131446e-13j 14927.99148135+1.32020592e-14j ... 14212.4560048 +2.15880710e-13j 15304.56412418+3.41596678e-13j 16287.60012007+2.24841158e-13j] ... [14129.48970785-2.91392476e-14j 14688.13801222+2.12471696e-13j 14400.72606089-1.15604477e-13j ... 12611.09411205+1.66583537e-14j 13034.96692198-2.67149581e-13j 13379.65857223-4.62300020e-13j] [15658.30517637-1.25248923e-13j 16082.96755684-4.95076783e-13j 15564.54317822-4.10438369e-13j ... 13176.41355969-1.90817017e-14j 13629.7005342 +1.32694559e-13j 14330.31333643-6.01930522e-13j] [16924.01454082-3.48726216e-13j 17164.79667119-6.89370538e-14j 16135.0057797 +2.65847476e-13j ... 14385.99574353-1.77045615e-13j 14273.46655925-1.77362385e-13j 14817.94918828+9.90164278e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19068.64147111-4.25073587e-14j 19255.71886487+4.36219704e-14j 17022.9272476 +9.09176709e-14j ... 15056.24646476-4.00256972e-14j 15153.88000215-5.91938335e-14j 16028.01305269-1.55965339e-13j] [19497.81166506-1.78854150e-15j 19278.51721938+6.65101552e-14j 16434.46243264+1.17362167e-13j ... 14825.90751996+1.19504225e-13j 15665.05258109+2.07741298e-13j 16843.86083043+2.93457508e-14j] [17543.66618393+9.67312341e-15j 16933.00054378+2.40131446e-13j 14927.99148135+1.32020592e-14j ... 14212.4560048 +2.15880710e-13j 15304.56412418+3.41596678e-13j 16287.60012007+2.24841158e-13j] ... [14129.48970785-2.91392476e-14j 14688.13801222+2.12471696e-13j 14400.72606089-1.15604477e-13j ... 12611.09411205+1.66583537e-14j 13034.96692198-2.67149581e-13j 13379.65857223-4.62300020e-13j] [15658.30517637-1.25248923e-13j 16082.96755684-4.95076783e-13j 15564.54317822-4.10438369e-13j ... 13176.41355969-1.90817017e-14j 13629.7005342 +1.32694559e-13j 14330.31333643-6.01930522e-13j] [16924.01454082-3.48726216e-13j 17164.79667119-6.89370538e-14j 16135.0057797 +2.65847476e-13j ... 14385.99574353-1.77045615e-13j 14273.46655925-1.77362385e-13j 14817.94918828+9.90164278e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160536.7414012235+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160536.7414012235+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160537.14182636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160537.14182636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160536.7414012235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160536.7414012235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.0661461926215714, 0.12676799754768706) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.0661461926215714, 0.12676799754768706) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00135252 0.00132714 0.00130157 ... 0.00075368 0.00077437 0.00079512] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00135252 0.00132714 0.00130157 ... 0.00075368 0.00077437 0.00079512] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0013455 0.00131983 0.00129399 ... 0.00075257 0.00077348 0.00079445] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0013455 0.00131983 0.00129399 ... 0.00075257 0.00077348 0.00079445] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00133794 0.00131199 0.00128589 ... 0.00075111 0.00077222 0.00079341] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00133794 0.00131199 0.00128589 ... 0.00075111 0.00077222 0.00079341] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082034 0.00079846 0.00077665 ... 0.00122138 0.00124836 0.00127523] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082034 0.00079846 0.00077665 ... 0.00122138 0.00124836 0.00127523] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082212 0.00080045 0.00077885 ... 0.00123124 0.00125798 0.00128461] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082212 0.00080045 0.00077885 ... 0.00123124 0.00125798 0.00128461] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082352 0.00080207 0.00078068 ... 0.00124061 0.00126711 0.00129349]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082352 0.00080207 0.00078068 ... 0.00124061 0.00126711 0.00129349]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:33.44425 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:33.44425 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793022001_03102_00003_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21317.33382123-1.61184094e-13j 19942.98340123-8.88274583e-15j 17466.67242274+3.69423473e-14j ... 16385.59886132-8.33162317e-14j 16424.32970669-3.25144146e-13j 18524.20260883-4.35554896e-13j] [20720.86729096+9.32290264e-14j 19105.7624108 +2.87336098e-13j 16563.16533549+2.70580012e-13j ... 15911.10842908+6.11125556e-14j 16719.21962227-1.08509626e-13j 18599.84349241-2.80847816e-13j] [18180.07810267+1.40796569e-13j 16800.92935639+2.99759255e-13j 15346.27540174+2.32341600e-13j ... 15360.8790961 +3.74095654e-13j 16275.57017612+1.39595987e-14j 17395.98656819-2.31273859e-13j] ... [15901.88252068-3.55703107e-13j 16172.37677528-2.80510192e-13j 15266.4075778 -1.34933130e-13j ... 13772.94873189-5.99527702e-13j 14149.0703829 -7.22520517e-13j 14893.11945445-4.56503641e-13j] [17218.59466635-2.76461421e-13j 17107.97583601+1.55421607e-14j 16308.44095222+1.55169897e-13j ... 14240.45190177-4.32853456e-13j 14602.50305569-7.70786893e-14j 15907.94280807-4.73239743e-13j] [18891.91419172-4.37277389e-13j 18159.34250353-5.60631366e-13j 16973.60515162-4.07460095e-13j ... 15592.86950819-3.95126372e-13j 15295.05134898-1.71612148e-13j 16870.12532509-3.97361336e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21317.33382123-1.61184094e-13j 19942.98340123-8.88274583e-15j 17466.67242274+3.69423473e-14j ... 16385.59886132-8.33162317e-14j 16424.32970669-3.25144146e-13j 18524.20260883-4.35554896e-13j] [20720.86729096+9.32290264e-14j 19105.7624108 +2.87336098e-13j 16563.16533549+2.70580012e-13j ... 15911.10842908+6.11125556e-14j 16719.21962227-1.08509626e-13j 18599.84349241-2.80847816e-13j] [18180.07810267+1.40796569e-13j 16800.92935639+2.99759255e-13j 15346.27540174+2.32341600e-13j ... 15360.8790961 +3.74095654e-13j 16275.57017612+1.39595987e-14j 17395.98656819-2.31273859e-13j] ... [15901.88252068-3.55703107e-13j 16172.37677528-2.80510192e-13j 15266.4075778 -1.34933130e-13j ... 13772.94873189-5.99527702e-13j 14149.0703829 -7.22520517e-13j 14893.11945445-4.56503641e-13j] [17218.59466635-2.76461421e-13j 17107.97583601+1.55421607e-14j 16308.44095222+1.55169897e-13j ... 14240.45190177-4.32853456e-13j 14602.50305569-7.70786893e-14j 15907.94280807-4.73239743e-13j] [18891.91419172-4.37277389e-13j 18159.34250353-5.60631366e-13j 16973.60515162-4.07460095e-13j ... 15592.86950819-3.95126372e-13j 15295.05134898-1.71612148e-13j 16870.12532509-3.97361336e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542664.314978508+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542664.314978508+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542664.427862845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542664.427862845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542664.314978508: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542664.314978508: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21328.03493822-1.19048848e-13j 19951.17062658-2.25447029e-14j 17467.82907784+8.47599708e-14j ... 16358.41830223-1.25745493e-13j 16393.82211818-2.26628867e-13j 18509.6795268 -2.52736558e-13j] [20732.3065549 +2.64489641e-14j 19080.21318647+1.43788341e-13j 16528.19675309+1.97673483e-13j ... 15929.08031662+1.72896099e-13j 16733.09723475-9.26472097e-14j 18616.05777899-9.14659148e-14j] [18182.72018642+3.25040362e-13j 16785.40050985+3.97119600e-13j 15345.70197124+3.82299741e-13j ... 15376.74853979+2.20644090e-13j 16313.1585269 -1.68203381e-13j 17414.88417154+1.00314364e-13j] ... [15873.957642 -4.32718601e-13j 16149.79922426-2.46020234e-13j 15292.25820151+3.58997955e-13j ... 13761.39000024-5.48989453e-13j 14125.92736757-9.46874650e-14j 14873.50119704-1.05535566e-12j] [17218.41541209-2.15053191e-13j 17112.74347692-2.01008872e-13j 16323.06488985-2.25112546e-13j ... 14286.0106533 -3.69709983e-13j 14620.09748438+2.46030101e-13j 15900.20388794-7.02899207e-13j] [18886.79635458+4.24149394e-13j 18175.52513274+3.85754225e-13j 16998.44349739-3.01642302e-13j ... 15611.96760154-3.86371729e-13j 15285.09536315-5.63611013e-13j 16839.0256008 -7.44739480e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21328.03493822-1.19048848e-13j 19951.17062658-2.25447029e-14j 17467.82907784+8.47599708e-14j ... 16358.41830223-1.25745493e-13j 16393.82211818-2.26628867e-13j 18509.6795268 -2.52736558e-13j] [20732.3065549 +2.64489641e-14j 19080.21318647+1.43788341e-13j 16528.19675309+1.97673483e-13j ... 15929.08031662+1.72896099e-13j 16733.09723475-9.26472097e-14j 18616.05777899-9.14659148e-14j] [18182.72018642+3.25040362e-13j 16785.40050985+3.97119600e-13j 15345.70197124+3.82299741e-13j ... 15376.74853979+2.20644090e-13j 16313.1585269 -1.68203381e-13j 17414.88417154+1.00314364e-13j] ... [15873.957642 -4.32718601e-13j 16149.79922426-2.46020234e-13j 15292.25820151+3.58997955e-13j ... 13761.39000024-5.48989453e-13j 14125.92736757-9.46874650e-14j 14873.50119704-1.05535566e-12j] [17218.41541209-2.15053191e-13j 17112.74347692-2.01008872e-13j 16323.06488985-2.25112546e-13j ... 14286.0106533 -3.69709983e-13j 14620.09748438+2.46030101e-13j 15900.20388794-7.02899207e-13j] [18886.79635458+4.24149394e-13j 18175.52513274+3.85754225e-13j 16998.44349739-3.01642302e-13j ... 15611.96760154-3.86371729e-13j 15285.09536315-5.63611013e-13j 16839.0256008 -7.44739480e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541979.092916889-1.0339757656912846e-25j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541979.092916889-1.0339757656912846e-25j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541979.2057894: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541979.2057894: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541979.092916889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541979.092916889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535726: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535726: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21335.78821292-1.10671488e-13j 19956.86490963+7.07828224e-14j 17473.32152892+1.64466281e-13j ... 16332.8611618 -3.86826275e-13j 16367.68573069-3.31042445e-13j 18497.65984251-3.95300168e-13j] [20740.30056952+9.86805045e-14j 19055.43549277+2.08105776e-13j 16497.23804073+2.40709037e-13j ... 15954.27838616-2.44273708e-13j 16753.34199426-1.68782270e-13j 18632.08241274-1.66661022e-13j] [18184.17480276+2.57922556e-13j 16773.57460464+1.50718880e-13j 15349.69495224+1.66686727e-13j ... 15390.74391864-3.05779994e-13j 16345.94471016-1.92039053e-13j 17429.57529714-8.33274986e-14j] ... [15847.66079671-4.76655609e-13j 16129.21699765-9.08259557e-14j 15314.7609933 +2.15294201e-13j ... 13748.31145292+9.46260526e-14j 14105.65669895-2.21083045e-13j 14849.63296982-4.92601824e-13j] [17216.30742509-7.88267518e-15j 17116.81749555+8.61033305e-15j 16331.56119299+2.59357562e-13j ... 14330.75542585-2.10541401e-13j 14640.33393792-2.55055997e-14j 15891.13476271-6.55639302e-14j] [18882.49357554-1.78065513e-13j 18190.03988134-9.49793688e-15j 17019.9352492 -4.73960065e-13j ... 15626.87979412-4.41561144e-13j 15276.79141395-4.00354115e-13j 16812.72395319-3.34827023e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21335.78821292-1.10671488e-13j 19956.86490963+7.07828224e-14j 17473.32152892+1.64466281e-13j ... 16332.8611618 -3.86826275e-13j 16367.68573069-3.31042445e-13j 18497.65984251-3.95300168e-13j] [20740.30056952+9.86805045e-14j 19055.43549277+2.08105776e-13j 16497.23804073+2.40709037e-13j ... 15954.27838616-2.44273708e-13j 16753.34199426-1.68782270e-13j 18632.08241274-1.66661022e-13j] [18184.17480276+2.57922556e-13j 16773.57460464+1.50718880e-13j 15349.69495224+1.66686727e-13j ... 15390.74391864-3.05779994e-13j 16345.94471016-1.92039053e-13j 17429.57529714-8.33274986e-14j] ... [15847.66079671-4.76655609e-13j 16129.21699765-9.08259557e-14j 15314.7609933 +2.15294201e-13j ... 13748.31145292+9.46260526e-14j 14105.65669895-2.21083045e-13j 14849.63296982-4.92601824e-13j] [17216.30742509-7.88267518e-15j 17116.81749555+8.61033305e-15j 16331.56119299+2.59357562e-13j ... 14330.75542585-2.10541401e-13j 14640.33393792-2.55055997e-14j 15891.13476271-6.55639302e-14j] [18882.49357554-1.78065513e-13j 18190.03988134-9.49793688e-15j 17019.9352492 -4.73960065e-13j ... 15626.87979412-4.41561144e-13j 15276.79141395-4.00354115e-13j 16812.72395319-3.34827023e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541545.344224251+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541545.344224251+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541545.457089281: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541545.457089281: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541545.344224251: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541545.344224251: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.72609872-7.34715852e-14j 19958.81259293+1.26549212e-13j 17482.36469338+1.58467185e-13j ... 16310.65671191-1.96457855e-13j 16346.83518375-8.95659398e-14j 18487.92522136-1.37854474e-13j] [20744.62542228+1.33859996e-13j 19031.6477693 +2.18515826e-13j 16470.83703181+1.72038488e-13j ... 15985.64286093+5.25732787e-14j 16779.03447957+9.15418318e-14j 18647.15768926+1.11896092e-13j] [18185.65352653-4.23853405e-14j 16766.97479014+1.88721702e-13j 15357.45859139+1.71789861e-13j ... 15401.19621402+2.57068251e-13j 16372.80900971+3.74507285e-13j 17440.60562649+1.99653325e-13j] ... [15820.5158504 -1.66425383e-13j 16111.14752736-6.56115737e-13j 15333.48294873+9.98711534e-14j ... 13732.47933432-3.74821434e-13j 14088.83985998-6.56401175e-13j 14822.10846223-1.81908140e-13j] [17211.50564461-4.79465900e-13j 17120.9020872 +7.02095759e-14j 16335.21679937-1.09742021e-13j ... 14374.60924342-8.20965187e-14j 14661.88403066+8.36288521e-14j 15881.31500962-1.65205181e-13j] [18880.31419645+3.74490978e-13j 18203.72608302-2.28034417e-13j 17037.74512073+3.64911134e-13j ... 15637.79313815-6.58621448e-13j 15269.66410266-6.68579536e-15j 16792.39248275-3.42305418e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.72609872-7.34715852e-14j 19958.81259293+1.26549212e-13j 17482.36469338+1.58467185e-13j ... 16310.65671191-1.96457855e-13j 16346.83518375-8.95659398e-14j 18487.92522136-1.37854474e-13j] [20744.62542228+1.33859996e-13j 19031.6477693 +2.18515826e-13j 16470.83703181+1.72038488e-13j ... 15985.64286093+5.25732787e-14j 16779.03447957+9.15418318e-14j 18647.15768926+1.11896092e-13j] [18185.65352653-4.23853405e-14j 16766.97479014+1.88721702e-13j 15357.45859139+1.71789861e-13j ... 15401.19621402+2.57068251e-13j 16372.80900971+3.74507285e-13j 17440.60562649+1.99653325e-13j] ... [15820.5158504 -1.66425383e-13j 16111.14752736-6.56115737e-13j 15333.48294873+9.98711534e-14j ... 13732.47933432-3.74821434e-13j 14088.83985998-6.56401175e-13j 14822.10846223-1.81908140e-13j] [17211.50564461-4.79465900e-13j 17120.9020872 +7.02095759e-14j 16335.21679937-1.09742021e-13j ... 14374.60924342-8.20965187e-14j 14661.88403066+8.36288521e-14j 15881.31500962-1.65205181e-13j] [18880.31419645+3.74490978e-13j 18203.72608302-2.28034417e-13j 17037.74512073+3.64911134e-13j ... 15637.79313815-6.58621448e-13j 15269.66410266-6.68579536e-15j 16792.39248275-3.42305418e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541412.524642197+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541412.524642197+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541412.637504936: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541412.637504936: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541412.524642197: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541412.524642197: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.24355561-1.41070188e-14j 19956.02527748+1.28690709e-13j 17494.02014354+2.24601272e-13j ... 16293.42600323-4.25202978e-13j 16332.13113621-3.21797762e-13j 18480.23276993-2.53763437e-13j] [20745.28551056+1.98191030e-13j 19008.92684898+7.15844910e-14j 16449.54829173+2.80059638e-13j ... 16021.54218558-2.99906591e-13j 16808.88181841-2.73174838e-13j 18660.6028862 -1.47495185e-13j] [18188.38448046+2.52346507e-13j 16766.6353141 -2.62107796e-13j 15367.90582146+5.41014834e-13j ... 15406.77456246-3.15707232e-13j 16393.15766271-1.86350553e-13j 17448.60630611+1.01507931e-13j] ... [15790.34906138+3.90242684e-14j 16095.50953031+6.30302734e-13j 15348.45009977-6.25944072e-14j ... 13713.6787305 -9.66946263e-14j 14075.37584403-1.11607439e-13j 14792.18153687-9.42044799e-14j] [17203.53194431-2.76464625e-13j 17125.34826047+1.52344189e-13j 16335.69064004-1.85375703e-14j ... 14417.97132554-3.65322795e-13j 14683.08424583-1.38025902e-13j 15871.23236642-7.42439419e-13j] [18881.37870017-5.96789051e-13j 18217.39284742+7.88782888e-13j 17051.89481222+1.00578429e-13j ... 15645.41256661-7.52723174e-13j 15263.42569266-7.75953947e-14j 16778.70433633-1.24180502e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.24355561-1.41070188e-14j 19956.02527748+1.28690709e-13j 17494.02014354+2.24601272e-13j ... 16293.42600323-4.25202978e-13j 16332.13113621-3.21797762e-13j 18480.23276993-2.53763437e-13j] [20745.28551056+1.98191030e-13j 19008.92684898+7.15844910e-14j 16449.54829173+2.80059638e-13j ... 16021.54218558-2.99906591e-13j 16808.88181841-2.73174838e-13j 18660.6028862 -1.47495185e-13j] [18188.38448046+2.52346507e-13j 16766.6353141 -2.62107796e-13j 15367.90582146+5.41014834e-13j ... 15406.77456246-3.15707232e-13j 16393.15766271-1.86350553e-13j 17448.60630611+1.01507931e-13j] ... [15790.34906138+3.90242684e-14j 16095.50953031+6.30302734e-13j 15348.45009977-6.25944072e-14j ... 13713.6787305 -9.66946263e-14j 14075.37584403-1.11607439e-13j 14792.18153687-9.42044799e-14j] [17203.53194431-2.76464625e-13j 17125.34826047+1.52344189e-13j 16335.69064004-1.85375703e-14j ... 14417.97132554-3.65322795e-13j 14683.08424583-1.38025902e-13j 15871.23236642-7.42439419e-13j] [18881.37870017-5.96789051e-13j 18217.39284742+7.88782888e-13j 17051.89481222+1.00578429e-13j ... 15645.41256661-7.52723174e-13j 15263.42569266-7.75953947e-14j 16778.70433633-1.24180502e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541533.058486901-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541533.058486901-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541533.171351721: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541533.171351721: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541533.058486901: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541533.058486901: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535732: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535732: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21334.06184402-1.23677057e-13j 19947.8880959 +2.04031801e-14j 17507.24362534+7.72601917e-14j ... 16282.43634439-2.38420908e-13j 16324.25984652-2.62810899e-13j 18474.33227047-1.57042184e-13j] [20742.50298059-7.01971569e-14j 18987.24154184+1.27063711e-13j 16433.89973884+1.09894137e-13j ... 16059.9504489 -2.40093498e-14j 16841.34689448-1.47655848e-13j 18671.88540092+3.37256793e-14j] [18193.47389253-1.01472596e-13j 16772.96191549+2.69093138e-13j 15379.90154034+2.08266509e-13j ... 15406.62825518+1.69030942e-13j 16406.93827111-6.18605315e-14j 17454.24608791+1.62702047e-13j] ... [15755.61787494-9.44418727e-14j 16081.67255983-2.72028679e-13j 15360.10585633+7.96119545e-14j ... 13692.87389743-5.97365604e-13j 14064.51868858+8.60161504e-14j 14761.4560449 -2.48796132e-13j] [17192.2412176 +8.67401550e-14j 17130.14388525+8.32810230e-14j 16334.79747921-5.59499068e-13j ... 14461.65371683-5.90842780e-13j 14702.23777755-2.75665970e-13j 15861.14718654-1.99755821e-13j] [18886.50417799-2.29079343e-13j 18231.73301583-2.83675122e-14j 17062.74602443+2.79454937e-13j ... 15650.88346447-1.96214212e-13j 15258.10497342-2.80870399e-13j 16771.79166353+6.70295319e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21334.06184402-1.23677057e-13j 19947.8880959 +2.04031801e-14j 17507.24362534+7.72601917e-14j ... 16282.43634439-2.38420908e-13j 16324.25984652-2.62810899e-13j 18474.33227047-1.57042184e-13j] [20742.50298059-7.01971569e-14j 18987.24154184+1.27063711e-13j 16433.89973884+1.09894137e-13j ... 16059.9504489 -2.40093498e-14j 16841.34689448-1.47655848e-13j 18671.88540092+3.37256793e-14j] [18193.47389253-1.01472596e-13j 16772.96191549+2.69093138e-13j 15379.90154034+2.08266509e-13j ... 15406.62825518+1.69030942e-13j 16406.93827111-6.18605315e-14j 17454.24608791+1.62702047e-13j] ... [15755.61787494-9.44418727e-14j 16081.67255983-2.72028679e-13j 15360.10585633+7.96119545e-14j ... 13692.87389743-5.97365604e-13j 14064.51868858+8.60161504e-14j 14761.4560449 -2.48796132e-13j] [17192.2412176 +8.67401550e-14j 17130.14388525+8.32810230e-14j 16334.79747921-5.59499068e-13j ... 14461.65371683-5.90842780e-13j 14702.23777755-2.75665970e-13j 15861.14718654-1.99755821e-13j] [18886.50417799-2.29079343e-13j 18231.73301583-2.83675122e-14j 17062.74602443+2.79454937e-13j ... 15650.88346447-1.96214212e-13j 15258.10497342-2.80870399e-13j 16771.79166353+6.70295319e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541851.368122388-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541851.368122388-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541851.480992696: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541851.480992696: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541851.368122388: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541851.368122388: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535728: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535728: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21324.26026463-1.05692626e-13j 19934.23961505+5.71257018e-14j 17520.95658937+1.64004643e-13j ... 16278.41006912-1.74178530e-13j 16323.6289288 -9.49796207e-14j 18469.98889418-5.60416550e-14j] [20736.68486968+6.89460785e-14j 18966.50065968+1.54480972e-13j 16424.33534204+2.20245380e-13j ... 16098.67918309+1.94699254e-14j 16874.80534849+1.52614010e-13j 18680.67878917+9.37999204e-14j] [18201.76696386+1.04139526e-13j 16785.67167115+2.68068076e-13j 15392.5004579 +4.02147482e-13j ... 15400.44285898+1.40042725e-14j 16414.5890624 +2.81385985e-13j 17458.18867878+8.82873382e-14j] ... [15715.62639913-5.53989002e-14j 16068.59163763-2.44209387e-13j 15369.22002033-2.62821929e-13j ... 13672.15771765+1.46560513e-13j 14055.06707003-2.86749732e-13j 14731.52945029-1.44312970e-13j] [17177.81153363-7.34961584e-14j 17134.96111203-4.76021937e-13j 16334.28940534+4.30665969e-13j ... 14506.74337191-2.08565495e-13j 14717.95214234-4.79453842e-14j 15851.01257783-3.61998443e-13j] [18896.10747071-7.76033607e-14j 18247.25233559-3.09307676e-13j 17070.94004808-9.57078571e-15j ... 15655.62820044-3.56835782e-13j 15254.10419228+2.79008617e-13j 16771.25692947-5.17993362e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21324.26026463-1.05692626e-13j 19934.23961505+5.71257018e-14j 17520.95658937+1.64004643e-13j ... 16278.41006912-1.74178530e-13j 16323.6289288 -9.49796207e-14j 18469.98889418-5.60416550e-14j] [20736.68486968+6.89460785e-14j 18966.50065968+1.54480972e-13j 16424.33534204+2.20245380e-13j ... 16098.67918309+1.94699254e-14j 16874.80534849+1.52614010e-13j 18680.67878917+9.37999204e-14j] [18201.76696386+1.04139526e-13j 16785.67167115+2.68068076e-13j 15392.5004579 +4.02147482e-13j ... 15400.44285898+1.40042725e-14j 16414.5890624 +2.81385985e-13j 17458.18867878+8.82873382e-14j] ... [15715.62639913-5.53989002e-14j 16068.59163763-2.44209387e-13j 15369.22002033-2.62821929e-13j ... 13672.15771765+1.46560513e-13j 14055.06707003-2.86749732e-13j 14731.52945029-1.44312970e-13j] [17177.81153363-7.34961584e-14j 17134.96111203-4.76021937e-13j 16334.28940534+4.30665969e-13j ... 14506.74337191-2.08565495e-13j 14717.95214234-4.79453842e-14j 15851.01257783-3.61998443e-13j] [18896.10747071-7.76033607e-14j 18247.25233559-3.09307676e-13j 17070.94004808-9.57078571e-15j ... 15655.62820044-3.56835782e-13j 15254.10419228+2.79008617e-13j 16771.25692947-5.17993362e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542505.073950092+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542505.073950092+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542505.186831681: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542505.186831681: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542505.073950092: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542505.073950092: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.2550097372675405, -0.08019507942774762) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.2550097372675405, -0.08019507942774762) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00104776 0.00102291 0.00099806 ... 0.00104185 0.00106565 0.00108939] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00104776 0.00102291 0.00099806 ... 0.00104185 0.00106565 0.00108939] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104189 0.00101682 0.00099177 ... 0.00103813 0.00106218 0.00108617] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104189 0.00101682 0.00099177 ... 0.00103813 0.00106218 0.00108617] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00103556 0.00101029 0.00098504 ... 0.00103397 0.00105825 0.0010825 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00103556 0.00101029 0.00098504 ... 0.00103397 0.00105825 0.0010825 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095467 0.00093077 0.00090692 ... 0.00113606 0.00116074 0.00118532] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095467 0.00093077 0.00090692 ... 0.00113606 0.00116074 0.00118532] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095887 0.00093519 0.00091153 ... 0.00114072 0.00116515 0.00118946] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095887 0.00093519 0.00091153 ... 0.00114072 0.00116515 0.00118946] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00096264 0.00093917 0.00091573 ... 0.00114491 0.00116907 0.00119311]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00096264 0.00093917 0.00091573 ... 0.00114491 0.00116907 0.00119311]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517876 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517876 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793025001_03102_00002_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21268.40480356-1.81436014e-13j 19918.92936497-7.23690826e-14j 17415.86811049+2.58357944e-14j ... 16331.71535992-1.30429161e-13j 16356.11777759-1.92681048e-13j 18424.74848975-2.16743346e-13j] [20631.48968114-1.40316841e-13j 19051.40446548+6.17211635e-14j 16491.19301127+1.30695430e-13j ... 15838.36740341-3.05865919e-14j 16633.65949172+1.32754711e-14j 18480.08959138-7.21264629e-14j] [18112.88997434+1.24985541e-13j 16758.14357331+2.65138717e-13j 15289.05303939+1.19094528e-13j ... 15287.01056481-7.93589018e-14j 16191.62119871+1.09715948e-13j 17305.6692363 +9.63395468e-14j] ... [15844.98602989+6.23259860e-15j 16118.71695123+1.30393546e-13j 15237.28980348+4.13000533e-15j ... 13710.13111823-9.41510424e-14j 14095.56868838-7.57274027e-13j 14845.33415884-5.06273559e-14j] [17156.91693256-3.22956663e-13j 17043.45651883-2.71621329e-13j 16270.75923896+3.96185518e-13j ... 14192.40052249+5.59905380e-13j 14534.3191735 -1.11500171e-13j 15838.48126811-7.03904235e-13j] [18855.04392514-1.94999507e-13j 18124.79694925-2.70966785e-14j 16932.01429957+1.46763715e-13j ... 15562.14216345-3.19766903e-13j 15233.41492483-1.26894368e-13j 16792.24728436+5.18572582e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21268.40480356-1.81436014e-13j 19918.92936497-7.23690826e-14j 17415.86811049+2.58357944e-14j ... 16331.71535992-1.30429161e-13j 16356.11777759-1.92681048e-13j 18424.74848975-2.16743346e-13j] [20631.48968114-1.40316841e-13j 19051.40446548+6.17211635e-14j 16491.19301127+1.30695430e-13j ... 15838.36740341-3.05865919e-14j 16633.65949172+1.32754711e-14j 18480.08959138-7.21264629e-14j] [18112.88997434+1.24985541e-13j 16758.14357331+2.65138717e-13j 15289.05303939+1.19094528e-13j ... 15287.01056481-7.93589018e-14j 16191.62119871+1.09715948e-13j 17305.6692363 +9.63395468e-14j] ... [15844.98602989+6.23259860e-15j 16118.71695123+1.30393546e-13j 15237.28980348+4.13000533e-15j ... 13710.13111823-9.41510424e-14j 14095.56868838-7.57274027e-13j 14845.33415884-5.06273559e-14j] [17156.91693256-3.22956663e-13j 17043.45651883-2.71621329e-13j 16270.75923896+3.96185518e-13j ... 14192.40052249+5.59905380e-13j 14534.3191735 -1.11500171e-13j 15838.48126811-7.03904235e-13j] [18855.04392514-1.94999507e-13j 18124.79694925-2.70966785e-14j 16932.01429957+1.46763715e-13j ... 15562.14216345-3.19766903e-13j 15233.41492483-1.26894368e-13j 16792.24728436+5.18572582e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515622.588484816+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515622.588484816+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515622.561507518: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515622.561507518: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515622.588484816: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515622.588484816: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21279.52575954-9.53999879e-14j 19926.69238074-1.06032199e-13j 17416.32929201+1.91583807e-14j ... 16305.03814533-8.82290349e-14j 16326.04487726-2.88131231e-13j 18410.77141011-2.49803237e-13j] [20643.63355705+7.22994434e-14j 19025.90028848-8.40300773e-14j 16456.00037012+1.00404733e-13j ... 15856.38958727-6.16300530e-14j 16647.90562905-1.19811626e-13j 18496.59324667-1.14010616e-13j] [18115.7099522 +4.37507064e-13j 16743.2834382 +1.20453298e-13j 15287.99158407+7.68899780e-14j ... 15301.2428198 -2.82769916e-14j 16229.37150975+3.37358013e-13j 17324.52419471+1.89845081e-13j] ... [15817.77604926-1.20050878e-13j 16096.02241868-3.32435459e-13j 15262.50283868-1.19542557e-13j ... 13699.02537464-6.79130219e-13j 14072.94077871-1.89208929e-13j 14826.09524959-1.19843469e-13j] [17156.47708787-3.21582163e-13j 17048.22170921+2.66414839e-13j 16285.26566113-1.88573618e-13j ... 14238.09809643-4.82757402e-13j 14552.49363896-5.95328037e-13j 15830.40619437-3.83432031e-13j] [18849.51270342+5.65435063e-13j 18140.83230133-2.47353155e-13j 16956.5864502 -1.99475776e-13j ... 15580.38581858+2.40714328e-13j 15223.49824497-3.54060655e-13j 16760.94734689-1.32764114e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21279.52575954-9.53999879e-14j 19926.69238074-1.06032199e-13j 17416.32929201+1.91583807e-14j ... 16305.03814533-8.82290349e-14j 16326.04487726-2.88131231e-13j 18410.77141011-2.49803237e-13j] [20643.63355705+7.22994434e-14j 19025.90028848-8.40300773e-14j 16456.00037012+1.00404733e-13j ... 15856.38958727-6.16300530e-14j 16647.90562905-1.19811626e-13j 18496.59324667-1.14010616e-13j] [18115.7099522 +4.37507064e-13j 16743.2834382 +1.20453298e-13j 15287.99158407+7.68899780e-14j ... 15301.2428198 -2.82769916e-14j 16229.37150975+3.37358013e-13j 17324.52419471+1.89845081e-13j] ... [15817.77604926-1.20050878e-13j 16096.02241868-3.32435459e-13j 15262.50283868-1.19542557e-13j ... 13699.02537464-6.79130219e-13j 14072.94077871-1.89208929e-13j 14826.09524959-1.19843469e-13j] [17156.47708787-3.21582163e-13j 17048.22170921+2.66414839e-13j 16285.26566113-1.88573618e-13j ... 14238.09809643-4.82757402e-13j 14552.49363896-5.95328037e-13j 15830.40619437-3.83432031e-13j] [18849.51270342+5.65435063e-13j 18140.83230133-2.47353155e-13j 16956.5864502 -1.99475776e-13j ... 15580.38581858+2.40714328e-13j 15223.49824497-3.54060655e-13j 16760.94734689-1.32764114e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514940.1985397+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514940.1985397+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514940.1715652235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514940.1715652235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514940.1985397: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514940.1985397: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595972: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595972: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21287.64601284-6.61291355e-15j 19931.84481652+6.90105918e-14j 17421.01111574+2.05457736e-13j ... 16280.05639394+9.33995925e-15j 16300.44077796-3.30632466e-13j 18399.41430617-3.29593571e-13j] [20652.34868959+8.72144815e-14j 19001.05977258+1.53669817e-14j 16424.87083308+1.94777041e-13j ... 15881.48310431+1.96255059e-14j 16668.59669764-8.82144341e-14j 18513.09288456-2.64806097e-13j] [18117.31158334+1.13291173e-13j 16731.9530973 -5.97752791e-14j 15291.58006131+3.96416096e-13j ... 15313.7257933 +1.01488470e-13j 16262.26497371+7.54316048e-14j 17339.02648728-4.09355851e-14j] ... [15791.99136671-1.28291917e-13j 16075.45721703+5.20452884e-13j 15284.30333176-7.30684463e-14j ... 13686.34816802+3.96095203e-14j 14053.21996465-7.55554343e-13j 14802.59270266-1.92056541e-13j] [17154.10638846-2.88173740e-14j 17052.41513836+4.53123336e-13j 16293.65215737+3.22629443e-14j ... 14283.04475736+4.59220871e-13j 14573.25932237-1.45382484e-13j 15821.09965375-7.64627219e-14j] [18844.80433929-3.71304973e-14j 18155.32049207+6.47426017e-13j 16977.98738566+3.58097280e-13j ... 15594.43394591-2.73995697e-13j 15215.0405907 -8.55300759e-13j 16734.39357971+2.35844589e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21287.64601284-6.61291355e-15j 19931.84481652+6.90105918e-14j 17421.01111574+2.05457736e-13j ... 16280.05639394+9.33995925e-15j 16300.44077796-3.30632466e-13j 18399.41430617-3.29593571e-13j] [20652.34868959+8.72144815e-14j 19001.05977258+1.53669817e-14j 16424.87083308+1.94777041e-13j ... 15881.48310431+1.96255059e-14j 16668.59669764-8.82144341e-14j 18513.09288456-2.64806097e-13j] [18117.31158334+1.13291173e-13j 16731.9530973 -5.97752791e-14j 15291.58006131+3.96416096e-13j ... 15313.7257933 +1.01488470e-13j 16262.26497371+7.54316048e-14j 17339.02648728-4.09355851e-14j] ... [15791.99136671-1.28291917e-13j 16075.45721703+5.20452884e-13j 15284.30333176-7.30684463e-14j ... 13686.34816802+3.96095203e-14j 14053.21996465-7.55554343e-13j 14802.59270266-1.92056541e-13j] [17154.10638846-2.88173740e-14j 17052.41513836+4.53123336e-13j 16293.65215737+3.22629443e-14j ... 14283.04475736+4.59220871e-13j 14573.25932237-1.45382484e-13j 15821.09965375-7.64627219e-14j] [18844.80433929-3.71304973e-14j 18155.32049207+6.47426017e-13j 16977.98738566+3.58097280e-13j ... 15594.43394591-2.73995697e-13j 15215.0405907 -8.55300759e-13j 16734.39357971+2.35844589e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514508.2425897345-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514508.2425897345-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514508.2156170495: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514508.2156170495: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514508.2425897345: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514508.2425897345: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.90861368+1.03252807e-14j 19933.14736665+5.45546558e-14j 17429.15012465+2.01775584e-13j ... 16258.48840261-1.20620314e-14j 16280.22436628-2.48525272e-13j 18390.43527701-1.33459623e-13j] [20657.41174488+8.11487157e-14j 18977.14033312+4.44856189e-14j 16398.32023581+3.13130535e-13j ... 15912.59724015+1.26478895e-13j 16694.79234137-1.18883663e-13j 18528.81756496+4.52036004e-14j] [18118.87211542+1.14686245e-13j 16725.66956535+1.96663203e-13j 15299.08240059+3.80521491e-13j ... 15322.84480655+1.16168728e-13j 16289.14360124+7.26067375e-14j 17349.7506763 +4.20803213e-15j] ... [15765.1369324 -1.65509105e-14j 16057.49538547+2.70383217e-13j 15302.35669705-4.46646012e-14j ... 13670.93338833-2.50007004e-13j 14036.94084837-2.91490556e-13j 14775.47206135-1.10932977e-13j] [17149.05910856+7.09826776e-14j 17056.71229158+2.71570470e-13j 16297.2564298 +3.00930466e-14j ... 14327.22617229-3.05431445e-13j 14595.25943643-2.81674701e-13j 15811.14967414-2.79019132e-13j] [18842.22332982-2.00971064e-13j 18169.06957355-1.03455781e-13j 16995.92514378+5.09789885e-13j ... 15604.5231835 +3.30453771e-13j 15207.57849654-1.95195102e-13j 16713.7286957 -1.44239667e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.90861368+1.03252807e-14j 19933.14736665+5.45546558e-14j 17429.15012465+2.01775584e-13j ... 16258.48840261-1.20620314e-14j 16280.22436628-2.48525272e-13j 18390.43527701-1.33459623e-13j] [20657.41174488+8.11487157e-14j 18977.14033312+4.44856189e-14j 16398.32023581+3.13130535e-13j ... 15912.59724015+1.26478895e-13j 16694.79234137-1.18883663e-13j 18528.81756496+4.52036004e-14j] [18118.87211542+1.14686245e-13j 16725.66956535+1.96663203e-13j 15299.08240059+3.80521491e-13j ... 15322.84480655+1.16168728e-13j 16289.14360124+7.26067375e-14j 17349.7506763 +4.20803213e-15j] ... [15765.1369324 -1.65509105e-14j 16057.49538547+2.70383217e-13j 15302.35669705-4.46646012e-14j ... 13670.93338833-2.50007004e-13j 14036.94084837-2.91490556e-13j 14775.47206135-1.10932977e-13j] [17149.05910856+7.09826776e-14j 17056.71229158+2.71570470e-13j 16297.2564298 +3.00930466e-14j ... 14327.22617229-3.05431445e-13j 14595.25943643-2.81674701e-13j 15811.14967414-2.79019132e-13j] [18842.22332982-2.00971064e-13j 18169.06957355-1.03455781e-13j 16995.92514378+5.09789885e-13j ... 15604.5231835 +3.30453771e-13j 15207.57849654-1.95195102e-13j 16713.7286957 -1.44239667e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514375.97196918+1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514375.97196918+1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514375.944997043: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514375.944997043: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514375.97196918: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514375.97196918: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.72490282-2.24430482e-14j 19929.63078952+7.40497706e-14j 17439.84143705+1.39144790e-13j ... 16241.9351188 -1.05772763e-13j 16266.2520646 -1.43328532e-13j 18383.55696519-9.23702652e-15j] [20658.82765672+7.21908450e-14j 18954.26218268+8.35920936e-14j 16376.85981763+3.17777301e-13j ... 15948.11554155+8.41968756e-14j 16725.1796571 -7.13759874e-14j 18543.05978359+1.27021884e-13j] [18121.5812034 +3.15064751e-13j 16725.48346187+1.98394749e-13j 15309.43875685+1.84663934e-13j ... 15327.29919003-2.88898186e-14j 16309.39777209+1.49770346e-13j 17357.36945692+5.73763550e-14j] ... [15735.04723489+1.94840540e-13j 16042.00257423+3.13968898e-13j 15316.78105261-5.87978820e-13j ... 13652.6558345 -1.80074275e-16j 14023.95579611-3.15037154e-13j 14746.01822476+1.15586896e-14j] [17140.8786677 -2.06332363e-13j 17061.4295398 -1.72660327e-13j 16297.7846484 -1.14916092e-13j ... 14371.08908216-6.92598788e-14j 14616.81662228-8.33764887e-14j 15801.03094219-2.24860880e-13j] [18842.89145366-7.51247327e-13j 18182.84670738+3.73054143e-13j 17010.44357483+4.47055548e-13j ... 15611.40309467+3.60177642e-13j 15200.86318337-2.29375787e-14j 16699.60582189-9.65349751e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.72490282-2.24430482e-14j 19929.63078952+7.40497706e-14j 17439.84143705+1.39144790e-13j ... 16241.9351188 -1.05772763e-13j 16266.2520646 -1.43328532e-13j 18383.55696519-9.23702652e-15j] [20658.82765672+7.21908450e-14j 18954.26218268+8.35920936e-14j 16376.85981763+3.17777301e-13j ... 15948.11554155+8.41968756e-14j 16725.1796571 -7.13759874e-14j 18543.05978359+1.27021884e-13j] [18121.5812034 +3.15064751e-13j 16725.48346187+1.98394749e-13j 15309.43875685+1.84663934e-13j ... 15327.29919003-2.88898186e-14j 16309.39777209+1.49770346e-13j 17357.36945692+5.73763550e-14j] ... [15735.04723489+1.94840540e-13j 16042.00257423+3.13968898e-13j 15316.78105261-5.87978820e-13j ... 13652.6558345 -1.80074275e-16j 14023.95579611-3.15037154e-13j 14746.01822476+1.15586896e-14j] [17140.8786677 -2.06332363e-13j 17061.4295398 -1.72660327e-13j 16297.7846484 -1.14916092e-13j ... 14371.08908216-6.92598788e-14j 14616.81662228-8.33764887e-14j 15801.03094219-2.24860880e-13j] [18842.89145366-7.51247327e-13j 18182.84670738+3.73054143e-13j 17010.44357483+4.47055548e-13j ... 15611.40309467+3.60177642e-13j 15200.86318337-2.29375787e-14j 16699.60582189-9.65349751e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514496.007631019-6.058451752097371e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514496.007631019-6.058451752097371e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514495.980658385: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514495.980658385: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514496.007631019: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514496.007631019: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595978: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595978: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21286.83274932-1.77550972e-14j 19920.70376754+9.45445575e-14j 17452.08352085+2.54703974e-13j ... 16231.63555141-2.67192657e-13j 16259.19789045-3.35956764e-13j 18378.48559618-2.22570617e-13j] [20656.81859567+4.68111681e-14j 18932.43702282+2.07911967e-13j 16360.97346905+2.91716027e-13j ... 15986.0324839 -2.25459297e-13j 16758.20542247-2.26389855e-13j 18555.24961479+9.10650147e-15j] [18126.51006858+2.26493968e-13j 16731.8338406 +2.23330428e-13j 15321.50253651+3.62950718e-13j ... 15326.24077402-3.01748349e-13j 16322.9805085 -1.30565505e-13j 17362.59977555+2.61486622e-13j] ... [15700.21028301+2.40224709e-15j 16028.29051314-6.74233433e-14j 15328.09387063-1.95484515e-14j ... 13632.57405683-6.56001651e-13j 14013.4830921 -1.74854829e-13j 14715.8395062 -8.04166940e-14j] [17129.44189572+3.51908019e-13j 17066.51856771+5.78131353e-13j 16297.0885849 +3.99546927e-13j ... 14415.46937186-4.33520415e-13j 14636.24019077-5.32118928e-13j 15790.97327185-3.82844764e-13j] [18847.63236961-4.20066739e-14j 18197.29985575-4.68976766e-13j 17021.90136564+7.87638407e-13j ... 15616.25239196-1.60028746e-13j 15194.98499782-5.71030793e-13j 16692.14767142+4.11227784e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21286.83274932-1.77550972e-14j 19920.70376754+9.45445575e-14j 17452.08352085+2.54703974e-13j ... 16231.63555141-2.67192657e-13j 16259.19789045-3.35956764e-13j 18378.48559618-2.22570617e-13j] [20656.81859567+4.68111681e-14j 18932.43702282+2.07911967e-13j 16360.97346905+2.91716027e-13j ... 15986.0324839 -2.25459297e-13j 16758.20542247-2.26389855e-13j 18555.24961479+9.10650147e-15j] [18126.51006858+2.26493968e-13j 16731.8338406 +2.23330428e-13j 15321.50253651+3.62950718e-13j ... 15326.24077402-3.01748349e-13j 16322.9805085 -1.30565505e-13j 17362.59977555+2.61486622e-13j] ... [15700.21028301+2.40224709e-15j 16028.29051314-6.74233433e-14j 15328.09387063-1.95484515e-14j ... 13632.57405683-6.56001651e-13j 14013.4830921 -1.74854829e-13j 14715.8395062 -8.04166940e-14j] [17129.44189572+3.51908019e-13j 17066.51856771+5.78131353e-13j 16297.0885849 +3.99546927e-13j ... 14415.46937186-4.33520415e-13j 14636.24019077-5.32118928e-13j 15790.97327185-3.82844764e-13j] [18847.63236961-4.20066739e-14j 18197.29985575-4.68976766e-13j 17021.90136564+7.87638407e-13j ... 15616.25239196-1.60028746e-13j 15194.98499782-5.71030793e-13j 16692.14767142+4.11227784e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514813.001649244-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514813.001649244-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514812.974675296: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514812.974675296: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514813.001649244: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514813.001649244: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595975: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595975: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21277.32268875+8.07992983e-15j 19906.2319478 +3.40057955e-14j 17464.84613609+1.44142857e-13j ... 16228.27832534-2.30432959e-13j 16259.45078013+5.10900851e-14j 18374.93790678-4.00467122e-13j] [20651.79016214+5.39835283e-14j 18911.61081638+7.03531777e-14j 16351.07149358+2.40329367e-13j ... 16024.18354818-1.22144764e-13j 16792.23426189+4.55160968e-14j 18565.01879295-2.43141767e-13j] [18134.48000938+1.71282714e-13j 16744.47982002+5.62102560e-14j 15334.2798154 +4.07820826e-13j ... 15319.33023019-1.53272475e-14j 16330.35273644+1.15483021e-13j 17366.1540242 -3.18730775e-14j] ... [15659.97612269-3.73146176e-13j 16015.25745804-2.34373094e-13j 15337.11174075-4.38877270e-14j ... 13612.86033802-4.75838303e-13j 14004.30598667-3.44199610e-14j 14686.51045572-1.50285065e-13j] [17114.94657863-3.34694409e-13j 17071.61834952+2.19935365e-13j 16296.94065791+4.00812176e-13j ... 14461.44795141-2.88559567e-13j 14652.1656865 -6.65935555e-14j 15780.88803378-9.40776839e-13j] [18856.87331836-5.16911693e-13j 18212.89536564-8.95189378e-14j 17030.91125535+3.07746811e-13j ... 15620.51036573+1.89527422e-13j 15190.42286664-6.21755366e-14j 16690.95838613-1.48217699e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21277.32268875+8.07992983e-15j 19906.2319478 +3.40057955e-14j 17464.84613609+1.44142857e-13j ... 16228.27832534-2.30432959e-13j 16259.45078013+5.10900851e-14j 18374.93790678-4.00467122e-13j] [20651.79016214+5.39835283e-14j 18911.61081638+7.03531777e-14j 16351.07149358+2.40329367e-13j ... 16024.18354818-1.22144764e-13j 16792.23426189+4.55160968e-14j 18565.01879295-2.43141767e-13j] [18134.48000938+1.71282714e-13j 16744.47982002+5.62102560e-14j 15334.2798154 +4.07820826e-13j ... 15319.33023019-1.53272475e-14j 16330.35273644+1.15483021e-13j 17366.1540242 -3.18730775e-14j] ... [15659.97612269-3.73146176e-13j 16015.25745804-2.34373094e-13j 15337.11174075-4.38877270e-14j ... 13612.86033802-4.75838303e-13j 14004.30598667-3.44199610e-14j 14686.51045572-1.50285065e-13j] [17114.94657863-3.34694409e-13j 17071.61834952+2.19935365e-13j 16296.94065791+4.00812176e-13j ... 14461.44795141-2.88559567e-13j 14652.1656865 -6.65935555e-14j 15780.88803378-9.40776839e-13j] [18856.87331836-5.16911693e-13j 18212.89536564-8.95189378e-14j 17030.91125535+3.07746811e-13j ... 15620.51036573+1.89527422e-13j 15190.42286664-6.21755366e-14j 16690.95838613-1.48217699e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515464.005621351+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515464.005621351+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515463.978644709: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515463.978644709: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515464.005621351: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515464.005621351: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.24632638044576569, -0.09072323047893169) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.24632638044576569, -0.09072323047893169) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00106043 0.00103544 0.00101045 ... 0.00102758 0.0010513 0.00107497] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00106043 0.00103544 0.00101045 ... 0.00102758 0.0010513 0.00107497] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00105435 0.00102915 0.00100396 ... 0.00102394 0.00104791 0.00107183] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00105435 0.00102915 0.00100396 ... 0.00102394 0.00104791 0.00107183] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104782 0.00102242 0.00099703 ... 0.00101986 0.00104406 0.00106823] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104782 0.00102242 0.00099703 ... 0.00101986 0.00104406 0.00106823] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094629 0.00092255 0.00089885 ... 0.00114555 0.0011703 0.00119494] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094629 0.00092255 0.00089885 ... 0.00114555 0.0011703 0.00119494] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095027 0.00092674 0.00090324 ... 0.00115035 0.00117483 0.00119921] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095027 0.00092674 0.00090324 ... 0.00115035 0.00117483 0.00119921] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095382 0.00093051 0.00090722 ... 0.00115466 0.00117888 0.00120298]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095382 0.00093051 0.00090722 ... 0.00115466 0.00117888 0.00120298]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.371075 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.371075 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793025001_03102_00003_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21321.72517085+2.38716967e-14j 19964.6973788 +1.39008313e-13j 17473.81744204+2.47656785e-13j ... 16377.04108008-2.25280987e-14j 16416.27949924-2.16504827e-13j 18504.12463452-2.20242973e-13j] [20704.30385398+2.05046441e-13j 19106.6587147 +2.62014094e-13j 16560.7208679 +3.71393723e-13j ... 15891.27298654+8.30347973e-14j 16700.60080864-9.92477449e-14j 18572.46988571-7.32770295e-14j] [18179.12012176+2.72561654e-13j 16802.28666675+3.05541767e-13j 15340.08704646+1.49957159e-13j ... 15346.12075041+5.07466210e-14j 16260.25536991-5.28857090e-14j 17387.61023892-1.59619365e-14j] ... [15886.77252358-2.38151549e-13j 16167.69481591-1.25735480e-13j 15274.1126645 +4.05472618e-14j ... 13761.49307855-3.65147993e-13j 14143.76890159-3.20827583e-13j 14880.65216042-3.33090006e-14j] [17205.12962713-3.42619319e-14j 17097.34219906-6.74931698e-14j 16310.47776808-1.87967410e-14j ... 14234.95954183-1.42957348e-13j 14591.28447902-1.98141896e-13j 15889.42592254-2.44908466e-13j] [18896.50444424+4.56678604e-13j 18168.05422565-1.83467077e-13j 16972.40801165+3.18505049e-13j ... 15597.43232811+4.40566982e-14j 15288.36229591-4.84141288e-13j 16852.65348165-2.91121329e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21321.72517085+2.38716967e-14j 19964.6973788 +1.39008313e-13j 17473.81744204+2.47656785e-13j ... 16377.04108008-2.25280987e-14j 16416.27949924-2.16504827e-13j 18504.12463452-2.20242973e-13j] [20704.30385398+2.05046441e-13j 19106.6587147 +2.62014094e-13j 16560.7208679 +3.71393723e-13j ... 15891.27298654+8.30347973e-14j 16700.60080864-9.92477449e-14j 18572.46988571-7.32770295e-14j] [18179.12012176+2.72561654e-13j 16802.28666675+3.05541767e-13j 15340.08704646+1.49957159e-13j ... 15346.12075041+5.07466210e-14j 16260.25536991-5.28857090e-14j 17387.61023892-1.59619365e-14j] ... [15886.77252358-2.38151549e-13j 16167.69481591-1.25735480e-13j 15274.1126645 +4.05472618e-14j ... 13761.49307855-3.65147993e-13j 14143.76890159-3.20827583e-13j 14880.65216042-3.33090006e-14j] [17205.12962713-3.42619319e-14j 17097.34219906-6.74931698e-14j 16310.47776808-1.87967410e-14j ... 14234.95954183-1.42957348e-13j 14591.28447902-1.98141896e-13j 15889.42592254-2.44908466e-13j] [18896.50444424+4.56678604e-13j 18168.05422565-1.83467077e-13j 16972.40801165+3.18505049e-13j ... 15597.43232811+4.40566982e-14j 15288.36229591-4.84141288e-13j 16852.65348165-2.91121329e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542535.048301982+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542535.048301982+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542535.131721448: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542535.131721448: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542535.048301982: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542535.048301982: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21333.19372181+2.58361072e-14j 19972.66137698+8.85023361e-14j 17474.34772831+2.04373400e-13j ... 16350.41407114-3.07201517e-13j 16385.57859998+1.72739238e-13j 18489.94577462-1.08812230e-13j] [20716.44826416+8.91753799e-14j 19081.46165501+1.77070630e-13j 16525.57144565+2.75013284e-13j ... 15909.63228611-2.32902925e-13j 16714.7304297 +2.40116568e-13j 18588.8994992 +9.10536015e-15j] [18181.67973761+2.16794467e-13j 16787.41794351+2.03965531e-13j 15339.53753656+2.39900537e-13j ... 15360.77591655+3.47471749e-14j 16297.90910118+2.76753257e-13j 17406.44584412+2.10932001e-13j] ... [15859.59182375-1.98492677e-13j 16145.18880861-5.45611130e-14j 15299.14773591+8.55975780e-15j ... 13749.85923702-2.24546303e-13j 14120.84531563+2.35087778e-13j 14861.15457199+1.03774801e-13j] [17205.02375105-5.87067398e-13j 17101.86506385+5.49179317e-13j 16324.66757424+1.57984620e-13j ... 14280.14793929-5.53323716e-13j 14608.93528498-6.96363265e-14j 15881.66007768+2.18175561e-13j] [18891.44070976-9.29011961e-14j 18183.86296078-2.72104069e-14j 16997.03645089-3.36287171e-14j ... 15615.97990885-5.95592007e-13j 15277.83744421+1.88666578e-13j 16821.54652969+1.86924979e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21333.19372181+2.58361072e-14j 19972.66137698+8.85023361e-14j 17474.34772831+2.04373400e-13j ... 16350.41407114-3.07201517e-13j 16385.57859998+1.72739238e-13j 18489.94577462-1.08812230e-13j] [20716.44826416+8.91753799e-14j 19081.46165501+1.77070630e-13j 16525.57144565+2.75013284e-13j ... 15909.63228611-2.32902925e-13j 16714.7304297 +2.40116568e-13j 18588.8994992 +9.10536015e-15j] [18181.67973761+2.16794467e-13j 16787.41794351+2.03965531e-13j 15339.53753656+2.39900537e-13j ... 15360.77591655+3.47471749e-14j 16297.90910118+2.76753257e-13j 17406.44584412+2.10932001e-13j] ... [15859.59182375-1.98492677e-13j 16145.18880861-5.45611130e-14j 15299.14773591+8.55975780e-15j ... 13749.85923702-2.24546303e-13j 14120.84531563+2.35087778e-13j 14861.15457199+1.03774801e-13j] [17205.02375105-5.87067398e-13j 17101.86506385+5.49179317e-13j 16324.66757424+1.57984620e-13j ... 14280.14793929-5.53323716e-13j 14608.93528498-6.96363265e-14j 15881.66007768+2.18175561e-13j] [18891.44070976-9.29011961e-14j 18183.86296078-2.72104069e-14j 16997.03645089-3.36287171e-14j ... 15615.97990885-5.95592007e-13j 15277.83744421+1.88666578e-13j 16821.54652969+1.86924979e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541849.839778636+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541849.839778636+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541849.9231893625: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541849.9231893625: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541849.839778636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541849.839778636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503272: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503272: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.7107522 +4.23913616e-14j 19978.0927221 +2.96819611e-13j 17479.17481004+3.14676079e-13j ... 16325.48269124+1.35040927e-13j 16359.25841045-1.91948370e-13j 18478.25024161-3.46647023e-13j] [20725.16185888+1.34133498e-13j 19056.86630652+3.03145512e-13j 16494.360688 +3.68165991e-13j ... 15935.22049737+1.97693515e-13j 16735.26866949-1.33390121e-13j 18605.17354668-1.80732471e-13j] [18183.14451156+1.71177233e-13j 16776.20546485+3.96739683e-13j 15343.59484834+2.03653777e-13j ... 15373.61838744+1.62796502e-13j 16330.74748097-2.04993490e-13j 17420.98151564-1.33484202e-13j] ... [15833.91391181+4.60210098e-14j 16124.89383428+3.66919865e-14j 15320.88964213+2.96523819e-13j ... 13736.53807295+3.59903531e-13j 14100.84390515+1.93540611e-13j 14837.36324199-9.83760175e-13j] [17202.9683603 +1.79069087e-13j 17105.77179812+2.76247698e-13j 16332.54418054+2.10555701e-13j ... 14324.58057487+3.59951434e-13j 14629.18827946+2.09239991e-13j 15872.53750849-2.63662034e-13j] [18887.27160386-3.13808705e-13j 18198.16737055+2.95314054e-13j 17018.35027407+2.51157755e-13j ... 15630.38432855+1.73680013e-13j 15268.83634384-1.90371493e-14j 16795.15724612-5.45405110e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.7107522 +4.23913616e-14j 19978.0927221 +2.96819611e-13j 17479.17481004+3.14676079e-13j ... 16325.48269124+1.35040927e-13j 16359.25841045-1.91948370e-13j 18478.25024161-3.46647023e-13j] [20725.16185888+1.34133498e-13j 19056.86630652+3.03145512e-13j 16494.360688 +3.68165991e-13j ... 15935.22049737+1.97693515e-13j 16735.26866949-1.33390121e-13j 18605.17354668-1.80732471e-13j] [18183.14451156+1.71177233e-13j 16776.20546485+3.96739683e-13j 15343.59484834+2.03653777e-13j ... 15373.61838744+1.62796502e-13j 16330.74748097-2.04993490e-13j 17420.98151564-1.33484202e-13j] ... [15833.91391181+4.60210098e-14j 16124.89383428+3.66919865e-14j 15320.88964213+2.96523819e-13j ... 13736.53807295+3.59903531e-13j 14100.84390515+1.93540611e-13j 14837.36324199-9.83760175e-13j] [17202.9683603 +1.79069087e-13j 17105.77179812+2.76247698e-13j 16332.54418054+2.10555701e-13j ... 14324.58057487+3.59951434e-13j 14629.18827946+2.09239991e-13j 15872.53750849-2.63662034e-13j] [18887.27160386-3.13808705e-13j 18198.16737055+2.95314054e-13j 17018.35027407+2.51157755e-13j ... 15630.38432855+1.73680013e-13j 15268.83634384-1.90371493e-14j 16795.15724612-5.45405110e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541416.099655788+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541416.099655788+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541416.183060986: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541416.183060986: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541416.099655788: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541416.099655788: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.36786657+1.46010328e-13j 19979.77102159+1.63865064e-13j 17487.54624238+3.43633889e-13j ... 16303.95931537+1.44499316e-13j 16338.25520786+4.99859821e-14j 18468.80618539+9.84266254e-14j] [20730.20986615+2.13471811e-13j 19033.12655514+2.49145977e-13j 16467.65676913+4.89024436e-13j ... 15966.96232917+2.21937870e-13j 16761.27248117+2.21968186e-13j 18620.5413465 +3.34886710e-13j] [18184.71579336+2.17064602e-13j 16770.13878212+3.68146101e-13j 15351.48614284+3.92483702e-13j ... 15383.03280355+3.74870593e-13j 16357.62526765+3.05892389e-13j 17431.78955547+2.02787590e-13j] ... [15807.22236883+5.35996953e-14j 16107.27084701+4.56019806e-16j 15338.99458611-3.87586987e-13j ... 13720.3368565 +8.78826219e-14j 14084.3010794 -2.01975564e-13j 14809.9140426 -9.40670856e-14j] [17198.19170762+2.56444732e-13j 17109.76222963+6.28319306e-14j 16335.45266111+9.60513165e-14j ... 14368.22610805+5.52320410e-13j 14650.71224834-5.79854259e-15j 15862.65160234-1.91443131e-13j] [18885.27164473+3.20857284e-13j 18211.80648567+2.30794510e-13j 17036.02495541+4.82563361e-13j ... 15640.8407393 -2.22221109e-13j 15260.92983046+5.51761982e-13j 16774.65166077+2.91705084e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.36786657+1.46010328e-13j 19979.77102159+1.63865064e-13j 17487.54624238+3.43633889e-13j ... 16303.95931537+1.44499316e-13j 16338.25520786+4.99859821e-14j 18468.80618539+9.84266254e-14j] [20730.20986615+2.13471811e-13j 19033.12655514+2.49145977e-13j 16467.65676913+4.89024436e-13j ... 15966.96232917+2.21937870e-13j 16761.27248117+2.21968186e-13j 18620.5413465 +3.34886710e-13j] [18184.71579336+2.17064602e-13j 16770.13878212+3.68146101e-13j 15351.48614284+3.92483702e-13j ... 15383.03280355+3.74870593e-13j 16357.62526765+3.05892389e-13j 17431.78955547+2.02787590e-13j] ... [15807.22236883+5.35996953e-14j 16107.27084701+4.56019806e-16j 15338.99458611-3.87586987e-13j ... 13720.3368565 +8.78826219e-14j 14084.3010794 -2.01975564e-13j 14809.9140426 -9.40670856e-14j] [17198.19170762+2.56444732e-13j 17109.76222963+6.28319306e-14j 16335.45266111+9.60513165e-14j ... 14368.22610805+5.52320410e-13j 14650.71224834-5.79854259e-15j 15862.65160234-1.91443131e-13j] [18885.27164473+3.20857284e-13j 18211.80648567+2.30794510e-13j 17036.02495541+4.82563361e-13j ... 15640.8407393 -2.22221109e-13j 15260.92983046+5.51761982e-13j 16774.65166077+2.91705084e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541283.282697916+2.4233807008389483e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541283.282697916+2.4233807008389483e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541283.366101421: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541283.366101421: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541283.282697916: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541283.282697916: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.52262434+1.08678028e-13j 19976.73587451+2.26393569e-13j 17498.55258695+4.07887308e-13j ... 16287.4443567 -6.72164392e-14j 16323.44757553-2.21621827e-13j 18461.35609574-9.37810846e-14j] [20731.58467247+2.62145911e-13j 19010.37385002+2.62539202e-13j 16446.03082882+5.17770588e-13j ... 16003.20855539+5.15940101e-15j 16791.42995123-9.13389223e-14j 18634.32105628+3.48187931e-14j] [18187.59711969+1.90834532e-13j 16770.23725279-6.22644176e-14j 15362.13610091+3.45714818e-13j ... 15387.72894082+2.09075134e-14j 16377.93850563+1.48556777e-14j 17439.53388211+1.19381736e-13j] ... [15777.32704594+3.06653541e-13j 16092.16740902+1.26263508e-13j 15353.55833379+6.92133161e-13j ... 13701.11233923+1.89333292e-13j 14071.06696782+1.92813488e-14j 14780.09183082-2.73536963e-14j] [17190.21265885+2.43840661e-13j 17114.17667872+7.98092853e-13j 16335.12434828-6.74765393e-16j ... 14411.51426704-1.95000916e-13j 14671.84340289-7.34878276e-15j 15852.50029872-2.27268110e-14j] [18886.52574971-3.10141272e-13j 18225.5697731 -2.06215501e-13j 17050.09305539+1.06969933e-12j ... 15648.05733367-1.49807055e-13j 15253.88541455-3.37755071e-13j 16760.70964457+3.25955088e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.52262434+1.08678028e-13j 19976.73587451+2.26393569e-13j 17498.55258695+4.07887308e-13j ... 16287.4443567 -6.72164392e-14j 16323.44757553-2.21621827e-13j 18461.35609574-9.37810846e-14j] [20731.58467247+2.62145911e-13j 19010.37385002+2.62539202e-13j 16446.03082882+5.17770588e-13j ... 16003.20855539+5.15940101e-15j 16791.42995123-9.13389223e-14j 18634.32105628+3.48187931e-14j] [18187.59711969+1.90834532e-13j 16770.23725279-6.22644176e-14j 15362.13610091+3.45714818e-13j ... 15387.72894082+2.09075134e-14j 16377.93850563+1.48556777e-14j 17439.53388211+1.19381736e-13j] ... [15777.32704594+3.06653541e-13j 16092.16740902+1.26263508e-13j 15353.55833379+6.92133161e-13j ... 13701.11233923+1.89333292e-13j 14071.06696782+1.92813488e-14j 14780.09183082-2.73536963e-14j] [17190.21265885+2.43840661e-13j 17114.17667872+7.98092853e-13j 16335.12434828-6.74765393e-16j ... 14411.51426704-1.95000916e-13j 14671.84340289-7.34878276e-15j 15852.50029872-2.27268110e-14j] [18886.52574971-3.10141272e-13j 18225.5697731 -2.06215501e-13j 17050.09305539+1.06969933e-12j ... 15648.05733367-1.49807055e-13j 15253.88541455-3.37755071e-13j 16760.70964457+3.25955088e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541403.814161173+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541403.814161173+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541403.897566216: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541403.897566216: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541403.814161173: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541403.814161173: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000012750328: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000012750328: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.8653044 +5.47296045e-14j 19968.39160084+2.61517398e-13j 17511.17355527+2.63389530e-13j ... 16277.18216951-9.35537337e-14j 16315.53418983-3.29835019e-13j 18455.63437178+6.31939366e-14j] [20729.49786844+1.13771633e-13j 18988.64306322+3.81554396e-13j 16430.0228399 +4.01603444e-13j ... 16041.91710908+1.63525639e-14j 16824.1921154 -1.71287367e-13j 18645.96929293+1.00285469e-13j] [18192.86132034+2.16822166e-13j 16776.91116336+3.28130779e-13j 15374.4050496 +5.92015546e-13j ... 15386.87955098+4.27261426e-14j 16391.63935367-1.48868666e-13j 17444.91632534+2.03082038e-13j] ... [15742.69146697+3.14013809e-13j 16078.87567782+2.47701421e-13j 15365.06619354-5.72004033e-14j ... 13679.91926209-1.25132348e-14j 14060.35212033+1.78553179e-13j 14749.51461063+2.01838089e-13j] [17178.88742229+3.01601147e-13j 17118.9865741 +8.42837451e-14j 16333.45143878+7.30982103e-14j ... 14455.26842676+3.05542839e-13j 14690.88949302-1.61039968e-13j 15842.35047565-2.68544217e-14j] [18891.81832771+6.18728889e-14j 18240.11417557-2.97617519e-13j 17060.92620261-3.71915844e-13j ... 15653.17867202-7.69061702e-14j 15247.79047248-3.15736653e-13j 16753.48118055+4.60058125e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.8653044 +5.47296045e-14j 19968.39160084+2.61517398e-13j 17511.17355527+2.63389530e-13j ... 16277.18216951-9.35537337e-14j 16315.53418983-3.29835019e-13j 18455.63437178+6.31939366e-14j] [20729.49786844+1.13771633e-13j 18988.64306322+3.81554396e-13j 16430.0228399 +4.01603444e-13j ... 16041.91710908+1.63525639e-14j 16824.1921154 -1.71287367e-13j 18645.96929293+1.00285469e-13j] [18192.86132034+2.16822166e-13j 16776.91116336+3.28130779e-13j 15374.4050496 +5.92015546e-13j ... 15386.87955098+4.27261426e-14j 16391.63935367-1.48868666e-13j 17444.91632534+2.03082038e-13j] ... [15742.69146697+3.14013809e-13j 16078.87567782+2.47701421e-13j 15365.06619354-5.72004033e-14j ... 13679.91926209-1.25132348e-14j 14060.35212033+1.78553179e-13j 14749.51461063+2.01838089e-13j] [17178.88742229+3.01601147e-13j 17118.9865741 +8.42837451e-14j 16333.45143878+7.30982103e-14j ... 14455.26842676+3.05542839e-13j 14690.88949302-1.61039968e-13j 15842.35047565-2.68544217e-14j] [18891.81832771+6.18728889e-14j 18240.11417557-2.97617519e-13j 17060.92620261-3.71915844e-13j ... 15653.17867202-7.69061702e-14j 15247.79047248-3.15736653e-13j 16753.48118055+4.60058125e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541722.117507657+1.9387045606711586e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541722.117507657+1.9387045606711586e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541722.200916757: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541722.200916757: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541722.117507657: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541722.117507657: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21332.45267022+3.26132869e-14j 19954.58523078+2.20521653e-13j 17524.3490528 +3.44640770e-13j ... 16273.87191769-1.60471061e-13j 16314.92895582-1.55132681e-13j 18451.39127926-4.95777106e-14j] [20724.34934425-1.30714430e-14j 18967.91059872+3.10163034e-13j 16420.08503532+4.05788647e-13j ... 16080.88792628+1.43247413e-14j 16857.93080396-7.73279678e-14j 18655.14157502+7.92089777e-14j] [18201.31839945+1.19210683e-13j 16789.89856707+5.60249898e-13j 15387.32527798+5.18251896e-13j ... 15380.1742334 +2.26441663e-13j 16399.18212969-4.85512710e-14j 17448.6288378 +6.14445918e-14j] ... [15702.64431968+2.74998645e-13j 16066.27596919-3.82668046e-14j 15374.29768226-2.55865963e-13j ... 13658.94448819-2.24493502e-13j 14050.92560357-7.93682231e-14j 14719.77505117+2.00505025e-13j] [17164.39990565+8.06346150e-14j 17123.84326261-3.06774387e-13j 16332.25809799+1.83607160e-13j ... 14500.56604177-9.40079212e-14j 14706.46891263+2.12471433e-13j 15832.15839588-1.79696911e-15j] [18901.54015157-2.10931728e-13j 18255.89876778+8.18237166e-15j 17069.17314525+6.64930200e-13j ... 15657.62301122-4.34068560e-14j 15243.10311632+1.82584513e-13j 16752.59412615-1.84494970e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21332.45267022+3.26132869e-14j 19954.58523078+2.20521653e-13j 17524.3490528 +3.44640770e-13j ... 16273.87191769-1.60471061e-13j 16314.92895582-1.55132681e-13j 18451.39127926-4.95777106e-14j] [20724.34934425-1.30714430e-14j 18967.91059872+3.10163034e-13j 16420.08503532+4.05788647e-13j ... 16080.88792628+1.43247413e-14j 16857.93080396-7.73279678e-14j 18655.14157502+7.92089777e-14j] [18201.31839945+1.19210683e-13j 16789.89856707+5.60249898e-13j 15387.32527798+5.18251896e-13j ... 15380.1742334 +2.26441663e-13j 16399.18212969-4.85512710e-14j 17448.6288378 +6.14445918e-14j] ... [15702.64431968+2.74998645e-13j 16066.27596919-3.82668046e-14j 15374.29768226-2.55865963e-13j ... 13658.94448819-2.24493502e-13j 14050.92560357-7.93682231e-14j 14719.77505117+2.00505025e-13j] [17164.39990565+8.06346150e-14j 17123.84326261-3.06774387e-13j 16332.25809799+1.83607160e-13j ... 14500.56604177-9.40079212e-14j 14706.46891263+2.12471433e-13j 15832.15839588-1.79696911e-15j] [18901.54015157-2.10931728e-13j 18255.89876778+8.18237166e-15j 17069.17314525+6.64930200e-13j ... 15657.62301122-4.34068560e-14j 15243.10311632+1.82584513e-13j 16752.59412615-1.84494970e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542375.81041977+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542375.81041977+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542375.893837206: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542375.893837206: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542375.81041977: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542375.81041977: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.25010319832973016, -0.08160686691462213) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.25010319832973016, -0.08160686691462213) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00107004 0.00104498 0.00101991 ... 0.00101819 0.00104179 0.00106533] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00107004 0.00104498 0.00101991 ... 0.00101819 0.00104179 0.00106533] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00106385 0.00103857 0.0010133 ... 0.00101475 0.00103859 0.00106238] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00106385 0.00103857 0.0010133 ... 0.00101475 0.00103859 0.00106238] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0010572 0.00103171 0.00100624 ... 0.00101086 0.00103494 0.00105898] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0010572 0.00103171 0.00100624 ... 0.00101086 0.00103494 0.00105898] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009346 0.00091096 0.00088737 ... 0.00115642 0.00118127 0.001206 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009346 0.00091096 0.00088737 ... 0.00115642 0.00118127 0.001206 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00093849 0.00091506 0.00089167 ... 0.0011614 0.00118599 0.00121046] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00093849 0.00091506 0.00089167 ... 0.0011614 0.00118599 0.00121046] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094196 0.00091874 0.00089556 ... 0.0011659 0.00119022 0.00121442]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094196 0.00091874 0.00089556 ... 0.0011659 0.00119022 0.00121442]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517174 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517174 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793025001_03102_00001_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:112 Calling ami_average for PSF results ... INFO stpipe.Ami3Pipeline.ami_average:step.py:360 Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits>],). INFO stpipe.Ami3Pipeline.ami_average:step.py:364 Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 INFO stpipe.Ami3Pipeline.ami_average:step.py:474 Step ami_average done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:122 Blending metadata for averaged psf DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:130 Calling ami_average for target results ... INFO stpipe.Ami3Pipeline.ami_average:step.py:360 Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits>],). INFO stpipe.Ami3Pipeline.ami_average:step.py:364 Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_average', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 INFO stpipe.Ami3Pipeline.ami_average:step.py:474 Step ami_average done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:140 Blending metadata for averaged target DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits INFO stpipe.Ami3Pipeline.ami_normalize:step.py:360 Step ami_normalize running with args (<AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits>, <AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits>). INFO stpipe.Ami3Pipeline.ami_normalize:step.py:364 Step ami_normalize parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_normalize:step.py:474 Step ami_normalize done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:158 Blending metadata for PSF normalized target DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits INFO stpipe.Ami3Pipeline:calwebb_ami3.py:167 ... ending calwebb_ami3 INFO stpipe.Ami3Pipeline:calwebb_ami3.py:167 ... ending calwebb_ami3 INFO stpipe.Ami3Pipeline:step.py:474 Step Ami3Pipeline done ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 _____________________ test_niriss_ami3_exp[025-c1014_ami] ______________________ run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...14_ami.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits'} suffix = 'c1014_ami', exposure = '025' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["c1014_ami"]) @pytest.mark.parametrize("exposure", ["022", "025"]) def test_niriss_ami3_exp(run_pipeline, suffix, exposure, fitsdiff_default_kwargs): """Check exposure-level results of calwebb_ami3""" rtdata = run_pipeline output = "jw00793" + exposure + "001_03102_00001_nis_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_c1014_ami.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793025001_03102_00001_nis_c1014_ami.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.1392306135235e-07 E Extra keyword 'DVA_RA' in a: -2.9229639017421e-07 E Extra keyword 'VA_DEC' in b: -4.1392306135235e-07 E Extra keyword 'VA_RA' in b: -2.9229639017421e-07 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf66d17fd0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:37: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 _______________________ test_niriss_ami3_product[amiavg] _______________________ run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ts', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits'} suffix = 'amiavg' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.1521110556575e-07 E Extra keyword 'DVA_RA' in a: -2.9294226091187e-07 E Extra keyword 'VA_DEC' in b: -4.1521110556575e-07 E Extra keyword 'VA_RA' in b: -2.9294226091187e-07 E E Extension HDU 9 (HDRTAB, 1): E E Headers contain differences: E Keyword TTYPE185 has different values: E a> DVA_RA E ? - E b> VA_RA E Keyword TTYPE186 has different values: E a> DVA_DEC E ? - E b> VA_DEC E E Data contains differences: E Extra column DVA_RA of format D in a E Extra column DVA_DEC of format D in a E Extra column VA_RA of format D in b E Extra column VA_DEC of format D in b E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf5a074ee0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 221760 _____________________ test_niriss_ami3_product[psf-amiavg] _____________________ run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes... 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits'} suffix = 'psf-amiavg' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.1390400321479e-07 E Extra keyword 'DVA_RA' in a: -2.9228761541588e-07 E Extra keyword 'VA_DEC' in b: -4.1390400321479e-07 E Extra keyword 'VA_RA' in b: -2.9228761541588e-07 E E Extension HDU 9 (HDRTAB, 1): E E Headers contain differences: E Keyword TTYPE185 has different values: E a> DVA_RA E ? - E b> VA_RA E Keyword TTYPE186 has different values: E a> DVA_DEC E ? - E b> VA_DEC E E Data contains differences: E Extra column DVA_RA of format D in a E Extra column DVA_DEC of format D in a E Extra column VA_RA of format D in b E Extra column VA_DEC of format D in b E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf59d08670>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 221760 ______________________ test_niriss_ami3_product[aminorm] _______________________ run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...s', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits'} suffix = 'aminorm' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.1521110556575e-07 E Extra keyword 'DVA_RA' in a: -2.9294226091187e-07 E Extra keyword 'VA_DEC' in b: -4.1521110556575e-07 E Extra keyword 'VA_RA' in b: -2.9294226091187e-07 E E Extension HDU 9 (HDRTAB, 1): E E Headers contain differences: E Keyword TTYPE185 has different values: E a> DVA_RA E ? - E b> VA_RA E Keyword TTYPE186 has different values: E a> DVA_DEC E ? - E b> VA_DEC E E Data contains differences: E Extra column DVA_RA of format D in a E Extra column DVA_DEC of format D in a E Extra column VA_RA of format D in b E Extra column VA_DEC of format D in b E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf5a0bac40>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 _______________________ test_niriss_soss_stage2[calints] _______________________ rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'calints' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_calints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 236 E b: 234 E Extra keyword 'DVA_DEC' in a: -5.8398682663291e-07 E Extra keyword 'DVA_RA' in a: -7.243942907678e-07 E Keyword VA_DEC has different comments: E b> [deg] Velocity aberrated apparent reference Dec E Keyword VA_RA has different comments: E b> [deg] Velocity aberrated apparent reference RA E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf588ae580>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError ---------------------------- Captured stderr setup ----------------------------- 2021-02-02 14:03:04,046 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-02-02 14:03:04,047 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-02-02 14:03:04,048 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-02-02 14:03:04,048 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-02-02 14:03:04,049 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-02-02 14:03:04,050 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-02-02 14:03:04,052 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-02-02 14:03:04,053 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:03:04,053 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:03:04,054 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:03:04,055 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-02-02 14:03:04,055 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-02-02 14:03:04,056 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:03:04,056 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-02-02 14:03:04,057 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-02-02 14:03:04,058 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-02-02 14:03:04,058 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:03:04,059 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:03:04,060 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-02-02 14:03:04,060 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-02-02 14:03:04,061 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-02-02 14:03:04,062 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-02-02 14:03:04,062 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:03:04,062 - stpipe - INFO - OS: Linux 2021-02-02 14:03:04,178 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits',). 2021-02-02 14:03:04,189 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-02-02 14:03:04,318 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg001_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] 2021-02-02 14:03:04,329 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. 2021-02-02 14:03:04,331 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-02-02 14:03:04,331 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-02-02 14:03:04,331 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. 2021-02-02 14:03:04,333 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-02-02 14:03:04,333 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-02-02 14:03:04,333 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. 2021-02-02 14:03:04,334 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-02-02 14:03:04,334 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is 'N/A'. 2021-02-02 14:03:04,335 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-02-02 14:03:04,335 - stpipe.Spec2Pipeline - INFO - Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis 2021-02-02 14:03:04,335 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits ... 2021-02-02 14:03:04,548 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-02-02 14:03:04,549 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-02-02 14:03:05,736 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-02-02 14:03:05,740 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-02-02 14:03:05,826 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). 2021-02-02 14:03:05,826 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} 2021-02-02 14:03:05,826 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step skipped. 2021-02-02 14:03:05,827 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract done 2021-02-02 14:03:05,909 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). 2021-02-02 14:03:05,910 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:05,910 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step skipped. 2021-02-02 14:03:05,911 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract done 2021-02-02 14:03:05,991 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-02-02 14:03:05,992 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:05,992 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step skipped. 2021-02-02 14:03:05,992 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging done 2021-02-02 14:03:06,074 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-02-02 14:03:06,075 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:06,082 - stpipe.Spec2Pipeline.srctype - INFO - Input EXP_TYPE is NIS_SOSS 2021-02-02 14:03:06,082 - stpipe.Spec2Pipeline.srctype - INFO - Input SRCTYAPT = None 2021-02-02 14:03:06,082 - stpipe.Spec2Pipeline.srctype - WARNING - SRCTYAPT keyword not found in input; using SRCTYPE instead 2021-02-02 14:03:06,082 - stpipe.Spec2Pipeline.srctype - INFO - Input is a TSO exposure; setting SRCTYPE = POINT 2021-02-02 14:03:06,405 - stpipe.Spec2Pipeline.srctype - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_srctype.fits 2021-02-02 14:03:06,405 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype done 2021-02-02 14:03:06,564 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_srctype.fits>,). 2021-02-02 14:03:06,565 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} 2021-02-02 14:03:08,447 - stpipe.Spec2Pipeline.flat_field - INFO - Extracting matching subarray from flat 2021-02-02 14:03:08,900 - stpipe.Spec2Pipeline.flat_field - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_flat_field.fits 2021-02-02 14:03:08,901 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field done 2021-02-02 14:03:09,106 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-02-02 14:03:09,107 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} 2021-02-02 14:03:09,107 - stpipe.Spec2Pipeline.straylight - INFO - Step skipped. 2021-02-02 14:03:09,108 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight done 2021-02-02 14:03:09,192 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-02-02 14:03:09,193 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:09,193 - stpipe.Spec2Pipeline.fringe - INFO - Step skipped. 2021-02-02 14:03:09,193 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe done 2021-02-02 14:03:09,268 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-02-02 14:03:09,269 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:09,269 - stpipe.Spec2Pipeline.pathloss - INFO - Step skipped. 2021-02-02 14:03:09,270 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss done 2021-02-02 14:03:09,344 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-02-02 14:03:09,345 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:09,345 - stpipe.Spec2Pipeline.barshadow - INFO - Step skipped. 2021-02-02 14:03:09,345 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow done 2021-02-02 14:03:09,418 - stpipe.Spec2Pipeline.photom - INFO - Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-02-02 14:03:09,419 - stpipe.Spec2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:09,431 - stpipe.Spec2Pipeline.photom - INFO - Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits 2021-02-02 14:03:09,431 - stpipe.Spec2Pipeline.photom - INFO - Using area reference file: N/A 2021-02-02 14:03:09,615 - stpipe.Spec2Pipeline.photom - INFO - Using instrument: NIRISS 2021-02-02 14:03:09,616 - stpipe.Spec2Pipeline.photom - INFO - detector: NIS 2021-02-02 14:03:09,616 - stpipe.Spec2Pipeline.photom - INFO - exp_type: NIS_SOSS 2021-02-02 14:03:09,616 - stpipe.Spec2Pipeline.photom - INFO - filter: CLEAR 2021-02-02 14:03:09,616 - stpipe.Spec2Pipeline.photom - INFO - pupil: GR700XD 2021-02-02 14:03:09,644 - stpipe.Spec2Pipeline.photom - INFO - PHOTMJSR value: 1.39603e-10 2021-02-02 14:03:09,875 - stpipe.Spec2Pipeline.photom - INFO - Step photom done 2021-02-02 14:03:09,966 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-02-02 14:03:09,967 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:03:09,976 - stpipe.Spec2Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-02-02 14:03:09,978 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-02-02 14:03:09,978 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-02-02 14:03:10,004 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 1 2021-02-02 14:03:10,004 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:03:10,112 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:03:10,112 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:03:10,112 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:03:11,439 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:12,876 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:14,322 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:15,780 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:17,233 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:18,694 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:20,149 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:21,596 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:23,065 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:24,521 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:24,540 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:03:24,540 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 2 2021-02-02 14:03:24,541 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:03:24,649 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:03:24,649 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:03:24,649 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:03:25,971 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:25,971 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-02-02 14:03:27,417 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:28,860 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:30,301 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:31,746 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:33,187 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:34,625 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:36,073 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:37,516 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:38,956 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:38,975 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:03:38,975 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 3 2021-02-02 14:03:38,975 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:03:39,083 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:03:39,083 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:03:39,083 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:03:40,406 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:40,406 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-02-02 14:03:41,939 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:43,471 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:44,997 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:46,521 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:48,037 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:49,555 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:51,072 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:52,587 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:54,105 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:54,123 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:03:54,959 - stpipe.Spec2Pipeline.extract_1d - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_x1dints.fits 2021-02-02 14:03:54,960 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:03:54,960 - stpipe.Spec2Pipeline - INFO - Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis 2021-02-02 14:03:54,960 - stpipe.Spec2Pipeline - INFO - Ending calwebb_spec2 2021-02-02 14:03:55,308 - stpipe.Spec2Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_calints.fits 2021-02-02 14:03:55,308 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline done 2021-02-02 14:03:56,304 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-02-02 14:03:56,305 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-02-02 14:03:56,306 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-02-02 14:03:56,307 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-02-02 14:03:56,307 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-02-02 14:03:56,308 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-02-02 14:03:56,310 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-02-02 14:03:56,311 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:03:56,311 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:03:56,312 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:03:56,313 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-02-02 14:03:56,313 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-02-02 14:03:56,314 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:03:56,315 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-02-02 14:03:56,315 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-02-02 14:03:56,316 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-02-02 14:03:56,317 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:03:56,319 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:03:56,319 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-02-02 14:03:56,320 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-02-02 14:03:56,321 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-02-02 14:03:56,322 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-02-02 14:03:56,322 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:03:56,322 - stpipe - INFO - OS: Linux 2021-02-02 14:03:56,540 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits',). 2021-02-02 14:03:56,551 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-02-02 14:03:56,684 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] 2021-02-02 14:03:56,690 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is 'N/A'. 2021-02-02 14:03:56,690 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-02-02 14:03:56,690 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-02-02 14:03:56,690 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-02-02 14:03:56,690 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-02-02 14:03:56,691 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-02-02 14:03:56,691 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is 'N/A'. 2021-02-02 14:03:56,691 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. 2021-02-02 14:03:56,692 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-02-02 14:03:56,692 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-02-02 14:03:56,692 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. 2021-02-02 14:03:56,697 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-02-02 14:03:56,697 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-02-02 14:03:56,697 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. 2021-02-02 14:03:56,699 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-02-02 14:03:56,699 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is 'N/A'. 2021-02-02 14:03:56,699 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-02-02 14:03:56,699 - stpipe.Spec2Pipeline - INFO - Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis 2021-02-02 14:03:56,699 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits ... 2021-02-02 14:03:56,917 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:56,918 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-02-02 14:03:57,095 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-02-02 14:03:57,097 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-02-02 14:03:57,187 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). 2021-02-02 14:03:57,188 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} 2021-02-02 14:03:57,188 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step skipped. 2021-02-02 14:03:57,189 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract done 2021-02-02 14:03:57,272 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). 2021-02-02 14:03:57,273 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:57,273 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step skipped. 2021-02-02 14:03:57,273 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract done 2021-02-02 14:03:57,357 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:57,357 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:57,357 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step skipped. 2021-02-02 14:03:57,358 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging done 2021-02-02 14:03:57,436 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:57,437 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:57,443 - stpipe.Spec2Pipeline.srctype - INFO - Input EXP_TYPE is NIS_SOSS 2021-02-02 14:03:57,444 - stpipe.Spec2Pipeline.srctype - INFO - Input SRCTYAPT = None 2021-02-02 14:03:57,444 - stpipe.Spec2Pipeline.srctype - WARNING - SRCTYAPT keyword not found in input; using SRCTYPE instead 2021-02-02 14:03:57,444 - stpipe.Spec2Pipeline.srctype - INFO - Input is a TSO exposure; setting SRCTYPE = POINT 2021-02-02 14:03:57,444 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype done 2021-02-02 14:03:57,527 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:57,528 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} 2021-02-02 14:03:57,780 - stpipe.Spec2Pipeline.flat_field - INFO - Extracting matching subarray from flat 2021-02-02 14:03:57,887 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field done 2021-02-02 14:03:57,978 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:57,979 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} 2021-02-02 14:03:57,979 - stpipe.Spec2Pipeline.straylight - INFO - Step skipped. 2021-02-02 14:03:57,980 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight done 2021-02-02 14:03:58,069 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:58,069 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:58,070 - stpipe.Spec2Pipeline.fringe - INFO - Step skipped. 2021-02-02 14:03:58,070 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe done 2021-02-02 14:03:58,157 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:58,157 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:58,158 - stpipe.Spec2Pipeline.pathloss - INFO - Step skipped. 2021-02-02 14:03:58,158 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss done 2021-02-02 14:03:58,242 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:58,242 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:58,243 - stpipe.Spec2Pipeline.barshadow - INFO - Step skipped. 2021-02-02 14:03:58,243 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow done 2021-02-02 14:03:58,327 - stpipe.Spec2Pipeline.photom - INFO - Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:58,328 - stpipe.Spec2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:58,338 - stpipe.Spec2Pipeline.photom - INFO - Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits 2021-02-02 14:03:58,338 - stpipe.Spec2Pipeline.photom - INFO - Using area reference file: N/A 2021-02-02 14:03:58,514 - stpipe.Spec2Pipeline.photom - INFO - Using instrument: NIRISS 2021-02-02 14:03:58,515 - stpipe.Spec2Pipeline.photom - INFO - detector: NIS 2021-02-02 14:03:58,515 - stpipe.Spec2Pipeline.photom - INFO - exp_type: NIS_SOSS 2021-02-02 14:03:58,515 - stpipe.Spec2Pipeline.photom - INFO - filter: CLEAR 2021-02-02 14:03:58,515 - stpipe.Spec2Pipeline.photom - INFO - pupil: GR700XD 2021-02-02 14:03:58,531 - stpipe.Spec2Pipeline.photom - INFO - PHOTMJSR value: 1.39603e-10 2021-02-02 14:03:58,773 - stpipe.Spec2Pipeline.photom - INFO - Step photom done 2021-02-02 14:03:58,865 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-02-02 14:03:58,866 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:03:58,875 - stpipe.Spec2Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-02-02 14:03:58,876 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-02-02 14:03:58,876 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-02-02 14:03:58,894 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 1 2021-02-02 14:03:58,894 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:03:59,004 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:03:59,004 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:03:59,004 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:04:00,406 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:01,925 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:03,449 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:04,973 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:06,499 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:08,030 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:09,554 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:11,082 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:12,604 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:14,125 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:14,145 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:04:14,145 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 2 2021-02-02 14:04:14,145 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:04:14,258 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:04:14,258 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:04:14,258 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:04:15,667 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:15,668 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-02-02 14:04:17,171 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:18,619 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:20,069 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:21,519 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:22,965 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:24,419 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:25,868 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:27,317 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:28,772 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:28,791 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:04:28,792 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 3 2021-02-02 14:04:28,792 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:04:28,903 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:04:28,903 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:04:28,904 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:04:30,238 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:30,239 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-02-02 14:04:31,689 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:33,151 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:34,612 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:36,068 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:37,527 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:38,995 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:40,453 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:41,907 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:43,349 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:43,367 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:04:44,207 - stpipe.Spec2Pipeline.extract_1d - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_x1dints.fits 2021-02-02 14:04:44,207 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:04:44,207 - stpipe.Spec2Pipeline - INFO - Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis 2021-02-02 14:04:44,207 - stpipe.Spec2Pipeline - INFO - Ending calwebb_spec2 2021-02-02 14:04:44,568 - stpipe.Spec2Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_calints.fits 2021-02-02 14:04:44,568 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline done ------------------------------ Captured log setup ------------------------------ DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso-spec2.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso-spec2.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. INFO stpipe.Spec2Pipeline:step.py:313 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:313 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:313 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:313 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:313 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:313 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:313 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:313 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:313 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:313 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:313 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:313 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:313 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:313 Extract1dStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Spec2Pipeline:step.py:360 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits',). INFO stpipe.Spec2Pipeline:step.py:364 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg001_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for APCORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISTORTION reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVELENGTHRANGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:86 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:103 Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:169 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:345 Science data does not allow fringe correction. Skipping "fringe". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:360 Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:364 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:474 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:360 Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:364 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:474 Step bkg_subtract done INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:360 Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:364 Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:474 Step imprint_subtract done INFO stpipe.Spec2Pipeline.msa_flagging:step.py:360 Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.msa_flagging:step.py:364 Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.msa_flagging:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:474 Step msa_flagging done INFO stpipe.Spec2Pipeline.srctype:step.py:360 Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.srctype:step.py:364 Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:step.py:897 Saved model in jw00625023001_03101_00001-seg001_nis_srctype.fits INFO stpipe.Spec2Pipeline.srctype:step.py:474 Step srctype done INFO stpipe.Spec2Pipeline.flat_field:step.py:360 Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_srctype.fits>,). INFO stpipe.Spec2Pipeline.flat_field:step.py:364 Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:72 Input is CubeModel of exposure type NIS_SOSS DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:197 Using FLAT reference file: /grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type FFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type SFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type DFLAT DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.flat_field:step.py:897 Saved model in jw00625023001_03101_00001-seg001_nis_flat_field.fits INFO stpipe.Spec2Pipeline.flat_field:step.py:474 Step flat_field done INFO stpipe.Spec2Pipeline.straylight:step.py:360 Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.straylight:step.py:364 Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} INFO stpipe.Spec2Pipeline.straylight:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.straylight:step.py:474 Step straylight done INFO stpipe.Spec2Pipeline.fringe:step.py:360 Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.fringe:step.py:364 Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.fringe:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.fringe:step.py:474 Step fringe done INFO stpipe.Spec2Pipeline.pathloss:step.py:360 Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.pathloss:step.py:364 Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.pathloss:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.pathloss:step.py:474 Step pathloss done INFO stpipe.Spec2Pipeline.barshadow:step.py:360 Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.barshadow:step.py:364 Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.barshadow:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.barshadow:step.py:474 Step barshadow done INFO stpipe.Spec2Pipeline.photom:step.py:360 Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.photom:step.py:364 Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:photom_step.py:33 Input is CubeModel INFO stpipe.Spec2Pipeline.photom:photom_step.py:52 Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits INFO stpipe.Spec2Pipeline.photom:photom_step.py:53 Using area reference file: N/A DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:step.py:474 Step photom done INFO stpipe.Spec2Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Spec2Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:96 Input is a CubeModel for a multiple integ. file INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:251 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:256 APCORR reference file name is "N/A" INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:257 APCORR will NOT be applied DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Spec2Pipeline.extract_1d:step.py:897 Saved model in jw00625023001_03101_00001-seg001_nis_x1dints.fits INFO stpipe.Spec2Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Spec2Pipeline:calwebb_spec2.py:284 Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:131 Ending calwebb_spec2 INFO stpipe.Spec2Pipeline:step.py:897 Saved model in jw00625023001_03101_00001-seg001_nis_calints.fits INFO stpipe.Spec2Pipeline:step.py:474 Step Spec2Pipeline done DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso-spec2.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso-spec2.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. INFO stpipe.Spec2Pipeline:step.py:313 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:313 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:313 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:313 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:313 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:313 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:313 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:313 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:313 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:313 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:313 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:313 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:313 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:313 Extract1dStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Spec2Pipeline:step.py:360 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits',). INFO stpipe.Spec2Pipeline:step.py:364 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for APCORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISTORTION reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVELENGTHRANGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:86 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:103 Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:169 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:345 Science data does not allow fringe correction. Skipping "fringe". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:360 Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:364 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:474 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:360 Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:364 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:474 Step bkg_subtract done INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:360 Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:364 Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:474 Step imprint_subtract done INFO stpipe.Spec2Pipeline.msa_flagging:step.py:360 Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.msa_flagging:step.py:364 Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.msa_flagging:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:474 Step msa_flagging done INFO stpipe.Spec2Pipeline.srctype:step.py:360 Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.srctype:step.py:364 Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:step.py:474 Step srctype done INFO stpipe.Spec2Pipeline.flat_field:step.py:360 Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.flat_field:step.py:364 Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:72 Input is CubeModel of exposure type NIS_SOSS DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:197 Using FLAT reference file: /grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type FFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type SFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type DFLAT DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.flat_field:step.py:474 Step flat_field done INFO stpipe.Spec2Pipeline.straylight:step.py:360 Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.straylight:step.py:364 Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} INFO stpipe.Spec2Pipeline.straylight:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.straylight:step.py:474 Step straylight done INFO stpipe.Spec2Pipeline.fringe:step.py:360 Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.fringe:step.py:364 Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.fringe:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.fringe:step.py:474 Step fringe done INFO stpipe.Spec2Pipeline.pathloss:step.py:360 Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.pathloss:step.py:364 Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.pathloss:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.pathloss:step.py:474 Step pathloss done INFO stpipe.Spec2Pipeline.barshadow:step.py:360 Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.barshadow:step.py:364 Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.barshadow:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.barshadow:step.py:474 Step barshadow done INFO stpipe.Spec2Pipeline.photom:step.py:360 Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.photom:step.py:364 Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:photom_step.py:33 Input is CubeModel INFO stpipe.Spec2Pipeline.photom:photom_step.py:52 Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits INFO stpipe.Spec2Pipeline.photom:photom_step.py:53 Using area reference file: N/A DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:step.py:474 Step photom done INFO stpipe.Spec2Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Spec2Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:96 Input is a CubeModel for a multiple integ. file INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:251 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:256 APCORR reference file name is "N/A" INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:257 APCORR will NOT be applied DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Spec2Pipeline.extract_1d:step.py:897 Saved model in jw00625023001_03101_00001-seg002_nis_x1dints.fits INFO stpipe.Spec2Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Spec2Pipeline:calwebb_spec2.py:284 Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:131 Ending calwebb_spec2 INFO stpipe.Spec2Pipeline:step.py:897 Saved model in jw00625023001_03101_00001-seg002_nis_calints.fits INFO stpipe.Spec2Pipeline:step.py:474 Step Spec2Pipeline done ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178439040 _____________________ test_niriss_soss_stage2[flat_field] ______________________ rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'flat_field' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_flat_field.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_flat_field.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 227 E b: 225 E Extra keyword 'DVA_DEC' in a: -5.8398682663291e-07 E Extra keyword 'DVA_RA' in a: -7.243942907678e-07 E Keyword VA_DEC has different comments: E b> [deg] Velocity aberrated apparent reference Dec E Keyword VA_RA has different comments: E b> [deg] Velocity aberrated apparent reference RA E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf59c2e9a0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 _______________________ test_niriss_soss_stage2[srctype] _______________________ rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'srctype' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_srctype.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_srctype.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 218 E b: 216 E Extra keyword 'DVA_DEC' in a: -5.8398682663291e-07 E Extra keyword 'DVA_RA' in a: -7.243942907678e-07 E Keyword VA_DEC has different comments: E b> [deg] Velocity aberrated apparent reference Dec E Keyword VA_RA has different comments: E b> [deg] Velocity aberrated apparent reference RA E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf58f13c10>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155358720 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155358720 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155358720 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155358720 _______________________ test_niriss_soss_stage2[x1dints] _______________________ rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'x1dints' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_x1dints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_x1dints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -5.8398682663291e-07 E Extra keyword 'DVA_RA' in a: -7.243942907678e-07 E Extra keyword 'VA_DEC' in b: -5.8398682663291e-07 E Extra keyword 'VA_RA' in b: -7.243942907678e-07 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf591b3310>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 4461120 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 4461120 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 4461120 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 4461120 _______________________ test_niriss_soss_stage3_crfints ________________________ rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ruth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits'} run_tso_spec3 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata def test_niriss_soss_stage3_crfints(rtdata_module, run_tso_spec3, fitsdiff_default_kwargs): """Regression test of tso-spec3 pipeline outlier_detection results performed on NIRISS SOSS data.""" rtdata = rtdata_module output = "jw00625023001_03101_00001-seg001_nis_o023_crfints.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 237 E b: 235 E Extra keyword 'DVA_DEC' in a: -5.8398682663291e-07 E Extra keyword 'DVA_RA' in a: -7.243942907678e-07 E Keyword VA_DEC has different comments: E b> [deg] Velocity aberrated apparent reference Dec E Keyword VA_RA has different comments: E b> [deg] Velocity aberrated apparent reference RA E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf5891f910>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:63: AssertionError ---------------------------- Captured stderr setup ----------------------------- 2021-02-02 14:04:51,627 - stpipe.Tso3Pipeline - INFO - Tso3Pipeline instance created. 2021-02-02 14:04:51,628 - stpipe.Tso3Pipeline.outlier_detection - INFO - OutlierDetectionStep instance created. 2021-02-02 14:04:51,628 - stpipe.Tso3Pipeline.tso_photometry - INFO - TSOPhotometryStep instance created. 2021-02-02 14:04:51,629 - stpipe.Tso3Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-02-02 14:04:51,630 - stpipe.Tso3Pipeline.white_light - INFO - WhiteLightStep instance created. 2021-02-02 14:04:51,630 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:04:51,630 - stpipe - INFO - OS: Linux 2021-02-02 14:04:51,730 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_20191210t204036_tso3_001_asn.json',). 2021-02-02 14:04:51,733 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'scale_detection': False, 'steps': {'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'tso_photometry': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_catalog': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'white_light': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None}}} 2021-02-02 14:04:51,896 - stpipe.Tso3Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_calints.fits' reftypes = ['gain', 'readnoise'] 2021-02-02 14:04:51,928 - stpipe.Tso3Pipeline - INFO - Prefetch for GAIN reference file is '/grp/crds/cache/references/jwst/jwst_niriss_gain_0006.fits'. 2021-02-02 14:04:51,930 - stpipe.Tso3Pipeline - INFO - Prefetch for READNOISE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_readnoise_0004.fits'. 2021-02-02 14:04:51,931 - stpipe.Tso3Pipeline - INFO - Starting calwebb_tso3... 2021-02-02 14:04:52,627 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ... 2021-02-02 14:04:52,758 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,). 2021-02-02 14:04:52,759 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} 2021-02-02 14:04:52,761 - stpipe.Tso3Pipeline.outlier_detection - INFO - Performing outlier detection on 10 inputs 2021-02-02 14:04:52,919 - stpipe.Tso3Pipeline.outlier_detection - INFO - Generating median from 10 images 2021-02-02 14:04:53,964 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done 2021-02-02 14:04:54,206 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ... 2021-02-02 14:04:54,311 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,). 2021-02-02 14:04:54,312 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} 2021-02-02 14:04:54,314 - stpipe.Tso3Pipeline.outlier_detection - INFO - Performing outlier detection on 10 inputs 2021-02-02 14:04:54,477 - stpipe.Tso3Pipeline.outlier_detection - INFO - Generating median from 10 images 2021-02-02 14:04:55,530 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done 2021-02-02 14:04:55,539 - stpipe.Tso3Pipeline - INFO - Saving crfints products with updated DQ arrays ... 2021-02-02 14:04:55,853 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_o023_crfints.fits 2021-02-02 14:04:56,169 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_o023_crfints.fits 2021-02-02 14:04:56,180 - stpipe.Tso3Pipeline - INFO - Extracting 1-D spectra ... 2021-02-02 14:04:56,309 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-02-02 14:04:56,310 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:04:56,336 - stpipe.Tso3Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-02-02 14:04:56,338 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-02-02 14:04:56,338 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-02-02 14:04:56,361 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 1 2021-02-02 14:04:56,361 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:04:56,485 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:04:56,485 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:04:56,485 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:04:57,811 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:59,276 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:00,739 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:02,216 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:03,686 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:05,150 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:06,616 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:08,083 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:09,546 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:11,007 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:11,026 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:05:11,026 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 2 2021-02-02 14:05:11,026 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:05:11,149 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:05:11,150 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:05:11,150 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:05:12,472 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:12,473 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-02-02 14:05:13,934 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:15,415 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:16,878 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:18,339 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:19,798 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:21,268 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:22,733 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:24,202 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:25,668 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:25,687 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:05:25,687 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 3 2021-02-02 14:05:25,687 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:05:25,811 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:05:25,811 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:05:25,811 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:05:27,138 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:27,139 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-02-02 14:05:28,606 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:30,072 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:31,533 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:33,296 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:34,785 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:36,263 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:37,731 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:39,211 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:40,683 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:40,702 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:05:40,722 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:05:40,799 - stpipe.Tso3Pipeline - INFO - Performing white-light photometry ... 2021-02-02 14:05:40,927 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-02-02 14:05:40,928 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} 2021-02-02 14:05:40,939 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light done 2021-02-02 14:05:40,939 - stpipe.Tso3Pipeline - INFO - Extracting 1-D spectra ... 2021-02-02 14:05:41,039 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-02-02 14:05:41,040 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'extract_1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:05:41,065 - stpipe.Tso3Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-02-02 14:05:41,067 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-02-02 14:05:41,067 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-02-02 14:05:41,094 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 1 2021-02-02 14:05:41,095 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:05:41,219 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:05:41,219 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:05:41,219 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:05:42,565 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:44,074 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:45,550 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:47,022 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:48,504 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:49,982 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:51,454 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:52,930 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:54,409 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:55,881 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:55,900 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:05:55,900 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 2 2021-02-02 14:05:55,901 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:05:56,014 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:05:56,014 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:05:56,014 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:05:57,367 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:57,367 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-02-02 14:05:58,845 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:00,317 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:01,806 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:03,283 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:04,757 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:06,235 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:07,705 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:09,174 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:10,646 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:10,665 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:06:10,665 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 3 2021-02-02 14:06:10,665 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:06:10,781 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:06:10,781 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:06:10,781 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:06:12,121 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:12,122 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-02-02 14:06:13,589 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:15,054 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:16,516 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:17,977 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:19,446 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:20,931 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:22,397 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:23,864 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:25,317 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:25,336 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:06:25,357 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:06:25,434 - stpipe.Tso3Pipeline - INFO - Performing white-light photometry ... 2021-02-02 14:06:25,586 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-02-02 14:06:25,587 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} 2021-02-02 14:06:25,598 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light done 2021-02-02 14:06:27,222 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits 2021-02-02 14:06:27,223 - stpipe.Tso3Pipeline - INFO - Writing Level 3 photometry catalog jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv 2021-02-02 14:06:27,227 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline done ------------------------------ Captured log setup ------------------------------ DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso3.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso3.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-TSO3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-TSO3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:pipeline.py:219 No PARS-TSO3PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-TSO3PIPELINE reference files found. DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/outlier_detection_tso.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/outlier_detection_tso.cfg INFO stpipe.Tso3Pipeline:step.py:313 Tso3Pipeline instance created. INFO stpipe.Tso3Pipeline.outlier_detection:step.py:313 OutlierDetectionStep instance created. INFO stpipe.Tso3Pipeline.tso_photometry:step.py:313 TSOPhotometryStep instance created. INFO stpipe.Tso3Pipeline.extract_1d:step.py:313 Extract1dStep instance created. INFO stpipe.Tso3Pipeline.white_light:step.py:313 WhiteLightStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Tso3Pipeline:step.py:360 Step Tso3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_20191210t204036_tso3_001_asn.json',). INFO stpipe.Tso3Pipeline:step.py:364 Step Tso3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'scale_detection': False, 'steps': {'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'tso_photometry': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_catalog': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'white_light': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None}}} DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. INFO stpipe.Tso3Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_calints.fits' reftypes = ['gain', 'readnoise'] INFO stpipe.Tso3Pipeline:pipeline.py:326 Prefetch for GAIN reference file is '/grp/crds/cache/references/jwst/jwst_niriss_gain_0006.fits'. INFO stpipe.Tso3Pipeline:pipeline.py:326 Prefetch for READNOISE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_readnoise_0004.fits'. INFO stpipe.Tso3Pipeline:calwebb_tso3.py:55 Starting calwebb_tso3... DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:95 Performing outlier detection on input images ... INFO stpipe.Tso3Pipeline.outlier_detection:step.py:360 Step outlier_detection running with args (<ModelContainer>,). INFO stpipe.Tso3Pipeline.outlier_detection:step.py:364 Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:201 Performing outlier detection on 10 inputs DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:163 Using OutlierDetection class for outlier_detection DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126763 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126763 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523702 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523702 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126798 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126798 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522924 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522924 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127915 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127915 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523683 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523683 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126714 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126714 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523672 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523672 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126426 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126426 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522967 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522967 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127891 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127891 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523684 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523684 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126760 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126760 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523630 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126582 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126582 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523113 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523113 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127901 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127901 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523773 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523773 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126606 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126606 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523747 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523747 INFO stpipe.Tso3Pipeline.outlier_detection:step.py:474 Step outlier_detection done DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:95 Performing outlier detection on input images ... INFO stpipe.Tso3Pipeline.outlier_detection:step.py:360 Step outlier_detection running with args (<ModelContainer>,). INFO stpipe.Tso3Pipeline.outlier_detection:step.py:364 Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:201 Performing outlier detection on 10 inputs DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:163 Using OutlierDetection class for outlier_detection DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126763 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126763 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523702 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523702 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126798 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126798 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522924 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522924 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127915 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127915 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523683 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523683 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126714 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126714 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523672 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523672 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126426 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126426 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522967 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522967 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127891 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127891 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523684 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523684 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126760 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126760 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523630 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126582 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126582 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523113 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523113 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127901 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127901 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523773 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523773 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126606 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126606 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523747 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523747 INFO stpipe.Tso3Pipeline.outlier_detection:step.py:474 Step outlier_detection done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:115 Saving crfints products with updated DQ arrays ... INFO stpipe.Tso3Pipeline:step.py:897 Saved model in jw00625023001_03101_00001-seg002_nis_o023_crfints.fits INFO stpipe.Tso3Pipeline:step.py:897 Saved model in jw00625023001_03101_00001-seg001_nis_o023_crfints.fits DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:158 Extracting 1-D spectra ... INFO stpipe.Tso3Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:96 Input is a CubeModel for a multiple integ. file INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:251 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:256 APCORR reference file name is "N/A" INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:257 APCORR will NOT be applied DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Tso3Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:163 Performing white-light photometry ... INFO stpipe.Tso3Pipeline.white_light:step.py:360 Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.white_light:step.py:364 Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. INFO stpipe.Tso3Pipeline.white_light:step.py:474 Step white_light done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:158 Extracting 1-D spectra ... INFO stpipe.Tso3Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'extract_1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:96 Input is a CubeModel for a multiple integ. file INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:251 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:256 APCORR reference file name is "N/A" INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:257 APCORR will NOT be applied DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Tso3Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:163 Performing white-light photometry ... INFO stpipe.Tso3Pipeline.white_light:step.py:360 Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.white_light:step.py:364 Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. INFO stpipe.Tso3Pipeline.white_light:step.py:474 Step white_light done INFO stpipe.Tso3Pipeline:step.py:897 Saved model in jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits INFO stpipe.Tso3Pipeline:calwebb_tso3.py:181 Writing Level 3 photometry catalog jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv INFO stpipe.Tso3Pipeline:step.py:474 Step Tso3Pipeline done ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178439040 _______________________ test_niriss_soss_stage3_x1dints ________________________ run_tso_spec3 = None rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...te': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata def test_niriss_soss_stage3_x1dints(run_tso_spec3, rtdata_module, fitsdiff_default_kwargs): """Regression test of tso-spec3 pipeline extract_1d results performed on NIRISS SOSS data.""" rtdata = rtdata_module output = "jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -5.8395892766002e-07 E Extra keyword 'DVA_RA' in a: -7.2750418649552e-07 E Extra keyword 'VA_DEC' in b: -5.8395892766002e-07 E Extra keyword 'VA_RA' in b: -7.2750418649552e-07 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf5997c9d0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:76: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 8864640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 8864640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 8864640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 8864640 _______________________ test_nis_wfss_spec2[assign_wcs] ________________________ run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes.../truth/nir_wfss_assign_wcs.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_assign_wcs.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'assign_wcs' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_assign_wcs.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_assign_wcs.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 223 E b: 222 E Inconsistent duplicates of keyword '' : E Occurs 40 time(s) in a, 39 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E b> Nirspec FORE Model reference file information E Keyword [21] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [22] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [23] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [24] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [25] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [26] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [27] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [28] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [29] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [30] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [31] has different values: E a> Persistence saturation reference file information E b> Read noise reference file information E Keyword [32] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [33] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [34] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [35] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [36] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [37] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [38] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [39] has different values: E a> Wavelength Range reference file information E b> Calibration step information E Keyword DVA_DEC has different comments: E a> [rad] Velocity aberration correction Dec offset E ? ------ E b> Velocity aberration correction Dec offset (rad) E ? ++++++ E Keyword DVA_RA has different comments: E a> [rad] Velocity aberration correction RA offset E ? ------ E b> Velocity aberration correction RA offset (rad) E ? ++++++ E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 44 E b: 45 E Inconsistent duplicates of keyword '' : E Occurs 3 time(s) in a, 4 times in (b) E Keyword has different values: E a> Information about the coordinates in the file E b> Velocity aberration correction information E Keyword [2] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [3] has different values: E a> WCS parameters E b> Spacecraft pointing information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError ---------------------------- Captured stderr setup ----------------------------- 2021-02-02 14:06:34,619 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-02-02 14:06:34,620 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-02-02 14:06:34,621 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-02-02 14:06:34,621 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-02-02 14:06:34,622 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-02-02 14:06:34,623 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-02-02 14:06:34,625 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-02-02 14:06:34,626 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:06:34,627 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:06:34,627 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:06:34,628 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-02-02 14:06:34,628 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-02-02 14:06:34,629 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:06:34,630 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-02-02 14:06:34,631 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-02-02 14:06:34,631 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-02-02 14:06:34,632 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:06:34,633 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:06:34,633 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-02-02 14:06:34,635 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-02-02 14:06:34,636 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-02-02 14:06:34,637 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-02-02 14:06:34,637 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:06:34,637 - stpipe - INFO - OS: Linux 2021-02-02 14:06:35,016 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json',). 2021-02-02 14:06:35,028 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-02-02 14:06:35,147 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'nir_wfss_rate.fits' reftypes = ['apcorr', 'area', 'barshadow', 'camera', 'collimator', 'cubepar', 'dflat', 'disperser', 'distortion', 'drizpars', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'msaoper', 'ote', 'pathloss', 'photom', 'regions', 'resol', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange', 'wfssbkg'] 2021-02-02 14:06:35,174 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for BARSHADOW reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for CUBEPAR reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf'. 2021-02-02 14:06:35,176 - stpipe.Spec2Pipeline - INFO - Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. 2021-02-02 14:06:35,177 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is 'N/A'. 2021-02-02 14:06:35,177 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-02-02 14:06:35,177 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-02-02 14:06:35,177 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0195.fits'. 2021-02-02 14:06:35,177 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for MSAOPER reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for PATHLOSS reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits'. 2021-02-02 14:06:35,179 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-02-02 14:06:35,179 - stpipe.Spec2Pipeline - INFO - Prefetch for RESOL reference file is 'N/A'. 2021-02-02 14:06:35,179 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-02-02 14:06:35,179 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf'. 2021-02-02 14:06:35,180 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-02-02 14:06:35,180 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf'. 2021-02-02 14:06:35,181 - stpipe.Spec2Pipeline - INFO - Prefetch for WFSSBKG reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits'. 2021-02-02 14:06:35,182 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-02-02 14:06:35,188 - stpipe.Spec2Pipeline - INFO - Processing product nir_wfss 2021-02-02 14:06:35,188 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits ... 2021-02-02 14:06:35,296 - stpipe.Spec2Pipeline - INFO - Using sourcecat file nir_wfss_cat.ecsv 2021-02-02 14:06:35,503 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<ImageModel(2048, 2048) from nir_wfss_rate.fits>,). 2021-02-02 14:06:35,504 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-02-02 14:06:35,732 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-02-02 14:06:35,902 - stpipe.Spec2Pipeline.assign_wcs - INFO - Saved model in nir_wfss_assign_wcs.fits 2021-02-02 14:06:35,902 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-02-02 14:06:36,097 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_assign_wcs.fits>, []). 2021-02-02 14:06:36,098 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'bsub', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None} 2021-02-02 14:06:36,109 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Using WFSSBKG reference file /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits 2021-02-02 14:06:36,109 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Using WavelengthRange reference file /grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf 2021-02-02 14:06:37,027 - stpipe.Spec2Pipeline.bkg_subtract - WARNING - Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored 2021-02-02 14:06:37,064 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Extracting objects < abmag = 99.0 2021-02-02 14:06:37,065 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Getting objects from nir_wfss_cat.ecsv 2021-02-02 14:06:37,653 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Saved model in nir_wfss_bsub.fits 2021-02-02 14:06:37,654 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract done 2021-02-02 14:06:37,769 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>, []). 2021-02-02 14:06:37,769 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} 2021-02-02 14:06:37,770 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step skipped. 2021-02-02 14:06:37,770 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract done 2021-02-02 14:06:37,850 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>,). 2021-02-02 14:06:37,851 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} 2021-02-02 14:06:37,851 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step skipped. 2021-02-02 14:06:37,852 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging done 2021-02-02 14:06:37,932 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>,). 2021-02-02 14:06:37,932 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} 2021-02-02 14:06:40,009 - stpipe.Spec2Pipeline.flat_field - INFO - Saved model in nir_wfss_flat_field.fits 2021-02-02 14:06:40,009 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field done 2021-02-02 14:06:40,098 - stpipe.Spec2Pipeline.extract_2d - INFO - Step extract_2d running with args (<ImageModel(2048, 2048) from nir_wfss_flat_field.fits>,). 2021-02-02 14:06:40,099 - stpipe.Spec2Pipeline.extract_2d - INFO - Step extract_2d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0} 2021-02-02 14:06:40,108 - stpipe.Spec2Pipeline.extract_2d - INFO - EXP_TYPE is NIS_WFSS 2021-02-02 14:06:40,115 - stpipe.Spec2Pipeline.extract_2d - INFO - Extracting objects < abmag = 99.0 2021-02-02 14:06:40,115 - stpipe.Spec2Pipeline.extract_2d - INFO - Getting objects from nir_wfss_cat.ecsv 2021-02-02 14:06:40,151 - stpipe.Spec2Pipeline.extract_2d - INFO - Grism object list created from source catalog: nir_wfss_cat.ecsv 2021-02-02 14:06:40,151 - stpipe.Spec2Pipeline.extract_2d - INFO - Extracting grism objects into MultiSlitModel 2021-02-02 14:06:40,256 - stpipe.Spec2Pipeline.extract_2d - INFO - Subarray extracted for obj: 10 order: 1: 2021-02-02 14:06:40,256 - stpipe.Spec2Pipeline.extract_2d - INFO - Subarray extents are: (xmin:1076, xmax:1085), (ymin:88, ymax:232) 2021-02-02 14:06:40,321 - stpipe.Spec2Pipeline.extract_2d - INFO - Finished extractions 2021-02-02 14:06:40,437 - stpipe.Spec2Pipeline.extract_2d - INFO - Saved model in nir_wfss_extract_2d.fits 2021-02-02 14:06:40,437 - stpipe.Spec2Pipeline.extract_2d - INFO - Step extract_2d done 2021-02-02 14:06:40,532 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype running with args (<MultiSlitModel from nir_wfss_extract_2d.fits>,). 2021-02-02 14:06:40,533 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} 2021-02-02 14:06:40,539 - stpipe.Spec2Pipeline.srctype - INFO - Input EXP_TYPE is NIS_WFSS 2021-02-02 14:06:40,539 - stpipe.Spec2Pipeline.srctype - WARNING - EXP_TYPE NIS_WFSS not applicable to this operation 2021-02-02 14:06:40,539 - stpipe.Spec2Pipeline.srctype - WARNING - Setting SRCTYPE = UNKNOWN 2021-02-02 14:06:40,657 - stpipe.Spec2Pipeline.srctype - INFO - Saved model in nir_wfss_srctype.fits 2021-02-02 14:06:40,657 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype done 2021-02-02 14:06:40,746 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). 2021-02-02 14:06:40,746 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} 2021-02-02 14:06:40,747 - stpipe.Spec2Pipeline.straylight - INFO - Step skipped. 2021-02-02 14:06:40,747 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight done 2021-02-02 14:06:40,825 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). 2021-02-02 14:06:40,826 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} 2021-02-02 14:06:40,826 - stpipe.Spec2Pipeline.fringe - INFO - Step skipped. 2021-02-02 14:06:40,826 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe done 2021-02-02 14:06:40,910 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). 2021-02-02 14:06:40,911 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} 2021-02-02 14:06:40,911 - stpipe.Spec2Pipeline.pathloss - INFO - Step skipped. 2021-02-02 14:06:40,911 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss done 2021-02-02 14:06:40,992 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). 2021-02-02 14:06:40,992 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} 2021-02-02 14:06:40,993 - stpipe.Spec2Pipeline.barshadow - INFO - Step skipped. 2021-02-02 14:06:40,993 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow done 2021-02-02 14:06:41,079 - stpipe.Spec2Pipeline.photom - INFO - Step photom running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). 2021-02-02 14:06:41,080 - stpipe.Spec2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} 2021-02-02 14:06:41,098 - stpipe.Spec2Pipeline.photom - INFO - Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits 2021-02-02 14:06:41,098 - stpipe.Spec2Pipeline.photom - INFO - Using area reference file: N/A 2021-02-02 14:06:41,224 - stpipe.Spec2Pipeline.photom - INFO - Using instrument: NIRISS 2021-02-02 14:06:41,224 - stpipe.Spec2Pipeline.photom - INFO - detector: NIS 2021-02-02 14:06:41,224 - stpipe.Spec2Pipeline.photom - INFO - exp_type: NIS_WFSS 2021-02-02 14:06:41,224 - stpipe.Spec2Pipeline.photom - INFO - filter: GR150R 2021-02-02 14:06:41,224 - stpipe.Spec2Pipeline.photom - INFO - pupil: F200W 2021-02-02 14:06:41,277 - stpipe.Spec2Pipeline.photom - INFO - Working on slit: 10 order: 1 2021-02-02 14:06:41,278 - stpipe.Spec2Pipeline.photom - INFO - PHOTMJSR value: 61.2501 2021-02-02 14:06:41,399 - stpipe.Spec2Pipeline.photom - INFO - Saved model in nir_wfss_photom.fits 2021-02-02 14:06:41,399 - stpipe.Spec2Pipeline.photom - INFO - Step photom done 2021-02-02 14:06:41,495 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d running with args (<MultiSlitModel from nir_wfss_cal.fits>,). 2021-02-02 14:06:41,496 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:06:41,502 - stpipe.Spec2Pipeline.extract_1d - INFO - No EXTRACT1D reference file will be used 2021-02-02 14:06:41,508 - stpipe.Spec2Pipeline.extract_1d - INFO - Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits 2021-02-02 14:06:41,582 - stpipe.Spec2Pipeline.extract_1d - INFO - Working on slit 10 2021-02-02 14:06:41,582 - stpipe.Spec2Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type UNKNOWN 2021-02-02 14:06:41,584 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:06:41,584 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=0, xstop=9, ystart=0, ystop=144 2021-02-02 14:06:41,667 - stpipe.Spec2Pipeline.extract_1d - INFO - Saved model in nir_wfss_x1d.fits 2021-02-02 14:06:41,667 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:06:41,667 - stpipe.Spec2Pipeline - INFO - Finished processing product nir_wfss 2021-02-02 14:06:41,667 - stpipe.Spec2Pipeline - INFO - Ending calwebb_spec2 2021-02-02 14:06:41,786 - stpipe.Spec2Pipeline - INFO - Saved model in nir_wfss_cal.fits 2021-02-02 14:06:41,786 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline done ------------------------------ Captured log setup ------------------------------ DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6210 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6210 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6210 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6210 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_spec2.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_spec2.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. INFO stpipe.Spec2Pipeline:step.py:313 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:313 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:313 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:313 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:313 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:313 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:313 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:313 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:313 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:313 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:313 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:313 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:313 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:313 Extract1dStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Spec2Pipeline:step.py:360 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json',). INFO stpipe.Spec2Pipeline:step.py:364 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec2Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec2Pipeline:container.py:215 Files accepted for processing nir_wfss_rate.fits: DEBUG stpipe.Spec2Pipeline:container.py:215 Files accepted for processing nir_wfss_rate.fits: DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'nir_wfss_rate.fits' reftypes = ['apcorr', 'area', 'barshadow', 'camera', 'collimator', 'cubepar', 'dflat', 'disperser', 'distortion', 'drizpars', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'msaoper', 'ote', 'pathloss', 'photom', 'regions', 'resol', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange', 'wfssbkg'] INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for BARSHADOW reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for CUBEPAR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISTORTION reference file is '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for EXTRACT1D reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0195.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for MSAOPER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for PATHLOSS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for RESOL reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVELENGTHRANGE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WFSSBKG reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:86 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:103 Processing product nir_wfss INFO stpipe.Spec2Pipeline:calwebb_spec2.py:169 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:calwebb_spec2.py:192 Using sourcecat file nir_wfss_cat.ecsv DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:329 Science data does not allow imprint processing. Skipping "imprint_subtraction". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:335 Science data does not allow MSA flagging. Skipping "msa_flagging". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:340 Science data does not allow stray light correction. Skipping "straylight". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:345 Science data does not allow fringe correction. Skipping "fringe". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:350 Science data does not allow pathloss correction. Skipping "pathloss". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:355 Science data does not allow barshadow correction. Skipping "barshadow". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:360 Science data does not allow master background correction. Skipping "master_background". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:360 Step assign_wcs running with args (<ImageModel(2048, 2048) from nir_wfss_rate.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:364 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': 'N/A', 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': 'N/A', 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': None, 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': None, 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:897 Saved model in nir_wfss_assign_wcs.fits INFO stpipe.Spec2Pipeline.assign_wcs:step.py:474 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:360 Step bkg_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_assign_wcs.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:364 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'bsub', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None} DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.bkg_subtract:background_step.py:52 Using WFSSBKG reference file /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits INFO stpipe.Spec2Pipeline.bkg_subtract:background_step.py:53 Using WavelengthRange reference file /grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits as <class 'jwst.datamodels.wfssbkg.WfssBkgModel'> DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits as <class 'jwst.datamodels.wfssbkg.WfssBkgModel'> DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.bkg_subtract:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.bkg_subtract:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. WARNING stpipe.Spec2Pipeline.bkg_subtract:dynamicdq.py:29 Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored WARNING stpipe.Spec2Pipeline.bkg_subtract:dynamicdq.py:29 Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:619 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:619 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:627 Getting objects from nir_wfss_cat.ecsv INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:627 Getting objects from nir_wfss_cat.ecsv DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:635 Extracting with wavelength_range {1: (1.7, 2.28)} DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:635 Extracting with wavelength_range {1: (1.7, 2.28)} DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:159 mean of [25.0, 75.0] percentile science data = 0.008092461080385645 DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:159 mean of [25.0, 75.0] percentile science data = 0.008092461080385645 DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:161 mean of [25.0, 75.0] percentile background image = 0.9575457981310165 DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:161 mean of [25.0, 75.0] percentile background image = 0.9575457981310165 DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:168 Average of values subtracted = 0.0077395252842150245 DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:168 Average of values subtracted = 0.0077395252842150245 INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:897 Saved model in nir_wfss_bsub.fits INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:474 Step bkg_subtract done INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:360 Step imprint_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>, []). INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:364 Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:474 Step imprint_subtract done INFO stpipe.Spec2Pipeline.msa_flagging:step.py:360 Step msa_flagging running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>,). INFO stpipe.Spec2Pipeline.msa_flagging:step.py:364 Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} INFO stpipe.Spec2Pipeline.msa_flagging:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:474 Step msa_flagging done INFO stpipe.Spec2Pipeline.flat_field:step.py:360 Step flat_field running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>,). INFO stpipe.Spec2Pipeline.flat_field:step.py:364 Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:72 Input is ImageModel of exposure type NIS_WFSS DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:197 Using FLAT reference file: /grp/crds/cache/references/jwst/jwst_niriss_flat_0195.fits DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type FFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type SFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type DFLAT DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 INFO stpipe.Spec2Pipeline.flat_field:step.py:897 Saved model in nir_wfss_flat_field.fits INFO stpipe.Spec2Pipeline.flat_field:step.py:474 Step flat_field done INFO stpipe.Spec2Pipeline.extract_2d:step.py:360 Step extract_2d running with args (<ImageModel(2048, 2048) from nir_wfss_flat_field.fits>,). INFO stpipe.Spec2Pipeline.extract_2d:step.py:364 Step extract_2d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0} DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_2d:extract_2d.py:58 EXP_TYPE is NIS_WFSS INFO stpipe.Spec2Pipeline.extract_2d:extract_2d.py:58 EXP_TYPE is NIS_WFSS DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_2d:util.py:619 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.extract_2d:util.py:619 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.extract_2d:util.py:627 Getting objects from nir_wfss_cat.ecsv INFO stpipe.Spec2Pipeline.extract_2d:util.py:627 Getting objects from nir_wfss_cat.ecsv DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:635 Extracting with wavelength_range {1: (1.7, 2.28)} DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:635 Extracting with wavelength_range {1: (1.7, 2.28)} INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:367 Grism object list created from source catalog: nir_wfss_cat.ecsv INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:367 Grism object list created from source catalog: nir_wfss_cat.ecsv INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:375 Extracting grism objects into MultiSlitModel INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:375 Extracting grism objects into MultiSlitModel DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:422 Subarray extracted for obj: 10 order: 1: INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:422 Subarray extracted for obj: 10 order: 1: INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:423 Subarray extents are: (xmin:1076, xmax:1085), (ymin:88, ymax:232) INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:423 Subarray extents are: (xmin:1076, xmax:1085), (ymin:88, ymax:232) DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:grisms.py:474 Computing wavelengths (this takes a while ...) DEBUG stpipe.Spec2Pipeline.extract_2d:grisms.py:474 Computing wavelengths (this takes a while ...) INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:505 Finished extractions INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:505 Finished extractions INFO stpipe.Spec2Pipeline.extract_2d:step.py:897 Saved model in nir_wfss_extract_2d.fits INFO stpipe.Spec2Pipeline.extract_2d:step.py:474 Step extract_2d done INFO stpipe.Spec2Pipeline.srctype:step.py:360 Step srctype running with args (<MultiSlitModel from nir_wfss_extract_2d.fits>,). INFO stpipe.Spec2Pipeline.srctype:step.py:364 Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_WFSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_WFSS WARNING stpipe.Spec2Pipeline.srctype:srctype.py:157 EXP_TYPE NIS_WFSS not applicable to this operation WARNING stpipe.Spec2Pipeline.srctype:srctype.py:157 EXP_TYPE NIS_WFSS not applicable to this operation WARNING stpipe.Spec2Pipeline.srctype:srctype.py:159 Setting SRCTYPE = UNKNOWN WARNING stpipe.Spec2Pipeline.srctype:srctype.py:159 Setting SRCTYPE = UNKNOWN INFO stpipe.Spec2Pipeline.srctype:step.py:897 Saved model in nir_wfss_srctype.fits INFO stpipe.Spec2Pipeline.srctype:step.py:474 Step srctype done INFO stpipe.Spec2Pipeline.straylight:step.py:360 Step straylight running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). INFO stpipe.Spec2Pipeline.straylight:step.py:364 Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} INFO stpipe.Spec2Pipeline.straylight:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.straylight:step.py:474 Step straylight done INFO stpipe.Spec2Pipeline.fringe:step.py:360 Step fringe running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). INFO stpipe.Spec2Pipeline.fringe:step.py:364 Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} INFO stpipe.Spec2Pipeline.fringe:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.fringe:step.py:474 Step fringe done INFO stpipe.Spec2Pipeline.pathloss:step.py:360 Step pathloss running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). INFO stpipe.Spec2Pipeline.pathloss:step.py:364 Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.pathloss:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.pathloss:step.py:474 Step pathloss done INFO stpipe.Spec2Pipeline.barshadow:step.py:360 Step barshadow running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). INFO stpipe.Spec2Pipeline.barshadow:step.py:364 Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.barshadow:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.barshadow:step.py:474 Step barshadow done INFO stpipe.Spec2Pipeline.photom:step.py:360 Step photom running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). INFO stpipe.Spec2Pipeline.photom:step.py:364 Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:photom_step.py:33 Input is MultiSlitModel INFO stpipe.Spec2Pipeline.photom:photom_step.py:52 Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits INFO stpipe.Spec2Pipeline.photom:photom_step.py:53 Using area reference file: N/A DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_WFSS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_WFSS INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: GR150R INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: GR150R INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: F200W INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: F200W DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits as <class 'jwst.datamodels.photom.NisWfssPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits as <class 'jwst.datamodels.photom.NisWfssPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 INFO stpipe.Spec2Pipeline.photom:photom.py:364 Working on slit: 10 order: 1 INFO stpipe.Spec2Pipeline.photom:photom.py:364 Working on slit: 10 order: 1 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 61.2501 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 61.2501 INFO stpipe.Spec2Pipeline.photom:step.py:897 Saved model in nir_wfss_photom.fits INFO stpipe.Spec2Pipeline.photom:step.py:474 Step photom done INFO stpipe.Spec2Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<MultiSlitModel from nir_wfss_cal.fits>,). INFO stpipe.Spec2Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:106 Input is a MultiSlitModel INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:248 No EXTRACT1D reference file will be used INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:259 Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:2770 Working on slit 10 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:2770 Working on slit 10 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type UNKNOWN INFO stpipe.Spec2Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type UNKNOWN DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 9 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 9 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 144 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 144 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=9, ystart=0, ystop=144 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=9, ystart=0, ystop=144 DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. INFO stpipe.Spec2Pipeline.extract_1d:step.py:897 Saved model in nir_wfss_x1d.fits INFO stpipe.Spec2Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Spec2Pipeline:calwebb_spec2.py:284 Finished processing product nir_wfss INFO stpipe.Spec2Pipeline:calwebb_spec2.py:131 Ending calwebb_spec2 INFO stpipe.Spec2Pipeline:step.py:897 Saved model in nir_wfss_cal.fits INFO stpipe.Spec2Pipeline:step.py:474 Step Spec2Pipeline done ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_assign_wcs.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_assign_wcs.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_assign_wcs.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_assign_wcs.fits HTTP/1.1" 200 83975040 __________________________ test_nis_wfss_spec2[bsub] ___________________________ run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..._wfss_spec20/truth/nir_wfss_bsub.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_bsub.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'bsub' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_bsub.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_bsub.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 224 E b: 223 E Inconsistent duplicates of keyword '' : E Occurs 40 time(s) in a, 39 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E b> Nirspec FORE Model reference file information E Keyword [21] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [22] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [23] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [24] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [25] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [26] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [27] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [28] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [29] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [30] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [31] has different values: E a> Persistence saturation reference file information E b> Read noise reference file information E Keyword [32] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [33] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [34] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [35] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [36] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [37] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [38] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [39] has different values: E a> Wavelength Range reference file information E b> Calibration step information E Keyword DVA_DEC has different comments: E a> [rad] Velocity aberration correction Dec offset E ? ------ E b> Velocity aberration correction Dec offset (rad) E ? ++++++ E Keyword DVA_RA has different comments: E a> [rad] Velocity aberration correction RA offset E ? ------ E b> Velocity aberration correction RA offset (rad) E ? ++++++ E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 44 E b: 45 E Inconsistent duplicates of keyword '' : E Occurs 3 time(s) in a, 4 times in (b) E Keyword has different values: E a> Information about the coordinates in the file E b> Velocity aberration correction information E Keyword [2] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [3] has different values: E a> WCS parameters E b> Spacecraft pointing information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_bsub.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_bsub.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_bsub.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_bsub.fits HTTP/1.1" 200 83975040 ___________________________ test_nis_wfss_spec2[cal] ___________________________ run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...is_wfss_spec20/truth/nir_wfss_cal.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_cal.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'cal' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_cal.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_cal.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 233 E b: 230 E Extra keyword 'DVA_DEC' in a: -4.9150152256827e-08 E Extra keyword 'DVA_RA' in a: -3.3122741113749e-07 E Inconsistent duplicates of keyword '' : E Occurs 47 time(s) in a, 46 times in (b) E Keyword [11] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [22] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [23] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [24] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [25] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [26] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [27] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [28] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [29] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [30] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [31] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [32] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [33] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [34] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [35] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [36] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [37] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [38] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [39] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [40] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [41] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [42] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [43] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [44] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [45] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [46] has different values: E a> Wavelength Range reference file information E b> Calibration step information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_cal.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_cal.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_cal.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_cal.fits HTTP/1.1" 200 146880 _______________________ test_nis_wfss_spec2[extract_2d] ________________________ run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes.../truth/nir_wfss_extract_2d.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_extract_2d.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'extract_2d' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_extract_2d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_extract_2d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 223 E b: 220 E Extra keyword 'DVA_DEC' in a: -4.9150152256827e-08 E Extra keyword 'DVA_RA' in a: -3.3122741113749e-07 E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [21] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [22] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [23] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [24] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [25] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [26] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [27] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [28] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [29] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [30] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [31] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [32] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [33] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [34] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [35] has different values: E a> Persistence saturation reference file information E b> Read noise reference file information E Keyword [36] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [37] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [38] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [39] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [40] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [41] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [42] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_extract_2d.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_extract_2d.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_extract_2d.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_extract_2d.fits HTTP/1.1" 200 146880 _______________________ test_nis_wfss_spec2[flat_field] ________________________ run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes.../truth/nir_wfss_flat_field.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_flat_field.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'flat_field' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_flat_field.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_flat_field.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 233 E b: 232 E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [21] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [22] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [23] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [24] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [25] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [26] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [27] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [28] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [29] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [30] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [31] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [32] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [33] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [34] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [35] has different values: E a> Persistence saturation reference file information E b> Read noise reference file information E Keyword [36] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [37] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [38] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [39] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [40] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [41] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [42] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information E Keyword DVA_DEC has different comments: E a> [rad] Velocity aberration correction Dec offset E ? ------ E b> Velocity aberration correction Dec offset (rad) E ? ++++++ E Keyword DVA_RA has different comments: E a> [rad] Velocity aberration correction RA offset E ? ------ E b> Velocity aberration correction RA offset (rad) E ? ++++++ E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 44 E b: 45 E Inconsistent duplicates of keyword '' : E Occurs 3 time(s) in a, 4 times in (b) E Keyword has different values: E a> Information about the coordinates in the file E b> Velocity aberration correction information E Keyword [2] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [3] has different values: E a> WCS parameters E b> Spacecraft pointing information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_flat_field.fits HTTP/1.1" 200 100756800 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_flat_field.fits HTTP/1.1" 200 100756800 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_flat_field.fits HTTP/1.1" 200 100756800 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_flat_field.fits HTTP/1.1" 200 100756800 _________________________ test_nis_wfss_spec2[photom] __________________________ run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...s_spec20/truth/nir_wfss_photom.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_photom.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'photom' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_photom.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_photom.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 229 E b: 226 E Extra keyword 'DVA_DEC' in a: -4.9150152256827e-08 E Extra keyword 'DVA_RA' in a: -3.3122741113749e-07 E Inconsistent duplicates of keyword '' : E Occurs 46 time(s) in a, 45 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [15] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [16] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [17] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [18] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [19] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [20] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [21] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [22] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [23] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [24] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [25] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [26] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [27] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [28] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [29] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [30] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [31] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [32] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [33] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [34] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [35] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [36] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [37] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [38] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [39] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [40] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [41] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [42] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [43] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [44] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [45] has different values: E a> Wavelength Range reference file information E b> Calibration step information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_photom.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_photom.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_photom.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_photom.fits HTTP/1.1" 200 146880 _________________________ test_nis_wfss_spec2[srctype] _________________________ run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...spec20/truth/nir_wfss_srctype.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_srctype.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'srctype' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_srctype.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_srctype.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 224 E b: 221 E Extra keyword 'DVA_DEC' in a: -4.9150152256827e-08 E Extra keyword 'DVA_RA' in a: -3.3122741113749e-07 E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [21] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [22] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [23] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [24] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [25] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [26] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [27] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [28] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [29] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [30] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [31] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [32] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [33] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [34] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [35] has different values: E a> Persistence saturation reference file information E b> Read noise reference file information E Keyword [36] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [37] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [38] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [39] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [40] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [41] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [42] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_srctype.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_srctype.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_srctype.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_srctype.fits HTTP/1.1" 200 146880 ___________________________ test_nis_wfss_spec2[x1d] ___________________________ run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...is_wfss_spec20/truth/nir_wfss_x1d.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_x1d.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'x1d' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_x1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_x1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 234 E b: 231 E Extra keyword 'DVA_DEC' in a: -4.9150152256827e-08 E Extra keyword 'DVA_RA' in a: -3.3122741113749e-07 E Inconsistent duplicates of keyword '' : E Occurs 47 time(s) in a, 46 times in (b) E Keyword [11] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [22] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [23] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [24] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [25] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [26] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [27] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [28] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [29] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [30] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [31] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [32] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [33] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [34] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [35] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [36] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [37] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [38] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [39] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [40] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [41] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [42] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [43] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [44] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [45] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [46] has different values: E a> Wavelength Range reference file information E b> Calibration step information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_x1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_x1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_x1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_x1d.fits HTTP/1.1" 200 60480 _______________________ test_nis_wfss_spec3[s00001-cal] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits'} suffix = 'cal', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf56e54df0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ---------------------------- Captured stderr setup ----------------------------- 2021-02-02 14:06:52,325 - stpipe.Spec3Pipeline - INFO - Spec3Pipeline instance created. 2021-02-02 14:06:52,326 - stpipe.Spec3Pipeline.assign_mtwcs - INFO - AssignMTWcsStep instance created. 2021-02-02 14:06:52,326 - stpipe.Spec3Pipeline.master_background - INFO - MasterBackgroundStep instance created. 2021-02-02 14:06:52,327 - stpipe.Spec3Pipeline.mrs_imatch - INFO - MRSIMatchStep instance created. 2021-02-02 14:06:52,328 - stpipe.Spec3Pipeline.outlier_detection - INFO - OutlierDetectionStep instance created. 2021-02-02 14:06:52,329 - stpipe.Spec3Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-02-02 14:06:52,330 - stpipe.Spec3Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-02-02 14:06:52,331 - stpipe.Spec3Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-02-02 14:06:52,332 - stpipe.Spec3Pipeline.combine_1d - INFO - Combine1dStep instance created. 2021-02-02 14:06:52,332 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:06:52,332 - stpipe - INFO - OS: Linux 2021-02-02 14:06:52,455 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_20191121t041727_spec3_001_asn.json',). 2021-02-02 14:06:52,461 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'steps': {'assign_mtwcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_mtwcs', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'user_background': None, 'save_background': False, 'force_subtract': False}, 'mrs_imatch': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'bkg_degree': 1, 'subtract': False}, 'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'combine_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'}}} 2021-02-02 14:06:53,058 - stpipe.Spec3Pipeline - INFO - Prefetching reference files for dataset: 'jw00625030001_0210e_00004_nis_cal.fits' reftypes = ['apcorr', 'cubepar', 'drizpars', 'extract1d', 'resol'] 2021-02-02 14:06:53,062 - stpipe.Spec3Pipeline - INFO - Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. 2021-02-02 14:06:53,063 - stpipe.Spec3Pipeline - INFO - Prefetch for CUBEPAR reference file is 'N/A'. 2021-02-02 14:06:53,063 - stpipe.Spec3Pipeline - INFO - Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. 2021-02-02 14:06:53,064 - stpipe.Spec3Pipeline - INFO - Prefetch for EXTRACT1D reference file is 'N/A'. 2021-02-02 14:06:53,064 - stpipe.Spec3Pipeline - INFO - Prefetch for RESOL reference file is 'N/A'. 2021-02-02 14:06:53,064 - stpipe.Spec3Pipeline - INFO - Starting calwebb_spec3 ... 2021-02-02 14:06:58,694 - stpipe.Spec3Pipeline - INFO - Convert from exposure-based to source-based data. 2021-02-02 14:06:58,694 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits 2021-02-02 14:06:58,888 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits 2021-02-02 14:06:58,978 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits 2021-02-02 14:06:59,130 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits 2021-02-02 14:06:59,255 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits 2021-02-02 14:06:59,390 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits 2021-02-02 14:06:59,542 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits 2021-02-02 14:06:59,691 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits 2021-02-02 14:07:02,980 - stpipe.Spec3Pipeline - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits 2021-02-02 14:07:03,366 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d running with args (<SourceModelContainer>,). 2021-02-02 14:07:03,367 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:07:03,380 - stpipe.Spec3Pipeline.extract_1d - INFO - Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits 2021-02-02 14:07:03,380 - stpipe.Spec3Pipeline.extract_1d - INFO - No EXTRACT1D reference file will be used 2021-02-02 14:07:03,413 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,413 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,413 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,414 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,415 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=15, ystart=0, ystop=42 2021-02-02 14:07:03,441 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,441 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,442 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,443 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,443 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=42 2021-02-02 14:07:03,467 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,467 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,467 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,469 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,469 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=42 2021-02-02 14:07:03,494 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,494 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,494 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,496 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,496 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=15, ystart=0, ystop=42 2021-02-02 14:07:03,522 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,522 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,522 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,524 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,524 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=9 2021-02-02 14:07:03,547 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,547 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,547 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,548 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,548 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=9 2021-02-02 14:07:03,574 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,575 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,575 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,576 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,576 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=19, ystart=0, ystop=9 2021-02-02 14:07:03,599 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,599 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,600 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,601 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,601 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=87, ystart=0, ystop=9 2021-02-02 14:07:03,627 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,627 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,627 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,628 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,628 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=4, ystart=0, ystop=9 2021-02-02 14:07:03,651 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,651 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,651 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,653 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,653 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=9 2021-02-02 14:07:03,678 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,679 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,679 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,680 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,680 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=9 2021-02-02 14:07:03,703 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,703 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,703 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,705 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,705 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=8 2021-02-02 14:07:04,001 - stpipe.Spec3Pipeline.extract_1d - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits 2021-02-02 14:07:04,001 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:07:04,394 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits>,). 2021-02-02 14:07:04,395 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} 2021-02-02 14:07:04,401 - stpipe.Spec3Pipeline.combine_1d - INFO - Using exposure time as the weight. 2021-02-02 14:07:04,424 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-02-02 14:07:04,425 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-02-02 14:07:04,425 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-02-02 14:07:04,426 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-02-02 14:07:04,426 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-02-02 14:07:04,427 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-02-02 14:07:04,427 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-02-02 14:07:04,428 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-02-02 14:07:04,428 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-02-02 14:07:04,443 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-02-02 14:07:04,443 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-02-02 14:07:04,444 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-02-02 14:07:04,445 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-02-02 14:07:04,446 - stpipe.Spec3Pipeline.combine_1d - WARNING - 2 output pixel numbers were NaN 2021-02-02 14:07:04,549 - stpipe.Spec3Pipeline.combine_1d - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits 2021-02-02 14:07:04,549 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d done 2021-02-02 14:07:08,459 - stpipe.Spec3Pipeline - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits 2021-02-02 14:07:08,853 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d running with args (<SourceModelContainer>,). 2021-02-02 14:07:08,854 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:07:08,863 - stpipe.Spec3Pipeline.extract_1d - INFO - Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits 2021-02-02 14:07:08,863 - stpipe.Spec3Pipeline.extract_1d - INFO - No EXTRACT1D reference file will be used 2021-02-02 14:07:08,895 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:08,895 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:08,895 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:08,897 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:08,897 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-02-02 14:07:08,923 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:08,924 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:08,924 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:08,925 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:08,925 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=93 2021-02-02 14:07:08,952 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:08,952 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:08,952 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:08,953 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:08,953 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=43 2021-02-02 14:07:08,979 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:08,979 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:08,979 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:08,980 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:08,980 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-02-02 14:07:09,009 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,009 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,009 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,011 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,011 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-02-02 14:07:09,036 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,036 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,036 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,038 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,038 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-02-02 14:07:09,066 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,066 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,066 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,068 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,068 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-02-02 14:07:09,093 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,094 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,094 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,095 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,095 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-02-02 14:07:09,122 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,123 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,123 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,124 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,124 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=40, ystart=0, ystop=8 2021-02-02 14:07:09,150 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,151 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,151 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,152 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,153 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-02-02 14:07:09,180 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,181 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,181 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,182 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,182 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=40, ystart=0, ystop=8 2021-02-02 14:07:09,208 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,208 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,208 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,210 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,210 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-02-02 14:07:09,241 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,241 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,241 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,243 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,243 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=41, ystart=0, ystop=8 2021-02-02 14:07:09,269 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,269 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,269 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,271 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,271 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-02-02 14:07:09,299 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,299 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,299 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,301 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,301 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=41, ystart=0, ystop=8 2021-02-02 14:07:09,326 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,326 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,327 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,328 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,328 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-02-02 14:07:09,702 - stpipe.Spec3Pipeline.extract_1d - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits 2021-02-02 14:07:09,702 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:07:10,114 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits>,). 2021-02-02 14:07:10,115 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} 2021-02-02 14:07:10,120 - stpipe.Spec3Pipeline.combine_1d - INFO - Using exposure time as the weight. 2021-02-02 14:07:10,145 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-02-02 14:07:10,146 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-02-02 14:07:10,146 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-02-02 14:07:10,147 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-02-02 14:07:10,148 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-02-02 14:07:10,148 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-02-02 14:07:10,149 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-02-02 14:07:10,149 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-02-02 14:07:10,150 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-02-02 14:07:10,173 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-02-02 14:07:10,174 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-02-02 14:07:10,175 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-02-02 14:07:10,176 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-02-02 14:07:10,176 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-02-02 14:07:10,177 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-02-02 14:07:10,178 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-02-02 14:07:10,179 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-02-02 14:07:10,180 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-02-02 14:07:10,281 - stpipe.Spec3Pipeline.combine_1d - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits 2021-02-02 14:07:10,281 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d done 2021-02-02 14:07:10,289 - stpipe.Spec3Pipeline - INFO - Ending calwebb_spec3 2021-02-02 14:07:10,289 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline done ------------------------------ Captured log setup ------------------------------ DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_spec3.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_spec3.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:219 No PARS-SPEC3PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-SPEC3PIPELINE reference files found. INFO stpipe.Spec3Pipeline:step.py:313 Spec3Pipeline instance created. INFO stpipe.Spec3Pipeline.assign_mtwcs:step.py:313 AssignMTWcsStep instance created. INFO stpipe.Spec3Pipeline.master_background:step.py:313 MasterBackgroundStep instance created. INFO stpipe.Spec3Pipeline.mrs_imatch:step.py:313 MRSIMatchStep instance created. INFO stpipe.Spec3Pipeline.outlier_detection:step.py:313 OutlierDetectionStep instance created. INFO stpipe.Spec3Pipeline.resample_spec:step.py:313 ResampleSpecStep instance created. INFO stpipe.Spec3Pipeline.cube_build:step.py:313 CubeBuildStep instance created. INFO stpipe.Spec3Pipeline.extract_1d:step.py:313 Extract1dStep instance created. INFO stpipe.Spec3Pipeline.combine_1d:step.py:313 Combine1dStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Spec3Pipeline:step.py:360 Step Spec3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_20191121t041727_spec3_001_asn.json',). INFO stpipe.Spec3Pipeline:step.py:364 Step Spec3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'steps': {'assign_mtwcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_mtwcs', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'user_background': None, 'save_background': False, 'force_subtract': False}, 'mrs_imatch': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'bkg_degree': 1, 'subtract': False}, 'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'combine_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'}}} DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec3Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'jw00625030001_0210e_00004_nis_cal.fits' reftypes = ['apcorr', 'cubepar', 'drizpars', 'extract1d', 'resol'] INFO stpipe.Spec3Pipeline:pipeline.py:326 Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. INFO stpipe.Spec3Pipeline:pipeline.py:326 Prefetch for CUBEPAR reference file is 'N/A'. INFO stpipe.Spec3Pipeline:pipeline.py:326 Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. INFO stpipe.Spec3Pipeline:pipeline.py:326 Prefetch for EXTRACT1D reference file is 'N/A'. INFO stpipe.Spec3Pipeline:pipeline.py:326 Prefetch for RESOL reference file is 'N/A'. INFO stpipe.Spec3Pipeline:calwebb_spec3.py:70 Starting calwebb_spec3 ... DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science', 'background']: DEBUG stpipe.Spec3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science', 'background']: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec3Pipeline:calwebb_spec3.py:154 Convert from exposure-based to source-based data. INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline:step.py:897 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<SourceModelContainer>,). INFO stpipe.Spec3Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:101 Input is a SourceModelContainer DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:129 Input contains 12 items INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:147 Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:150 No EXTRACT1D reference file will be used DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [15.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [15.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=15, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=15, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [14.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [14.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [14.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [14.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [15.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [15.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=15, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=15, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 19 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 19 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=19, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=19, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 87 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 87 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=87, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=87, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 4 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 4 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=4, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=4, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. INFO stpipe.Spec3Pipeline.extract_1d:step.py:897 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Spec3Pipeline.combine_1d:step.py:360 Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits>,). INFO stpipe.Spec3Pipeline.combine_1d:step.py:364 Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:544 Using exptime_key = exposure_time. DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:544 Using exptime_key = exposure_time. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:509 Using exposure time as the weight. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:509 Using exposure time as the weight. DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 2 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 2 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:step.py:897 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits INFO stpipe.Spec3Pipeline.combine_1d:step.py:474 Step combine_1d done INFO stpipe.Spec3Pipeline:step.py:897 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<SourceModelContainer>,). INFO stpipe.Spec3Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:101 Input is a SourceModelContainer DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:129 Input contains 16 items INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:147 Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:150 No EXTRACT1D reference file will be used DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [12.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [12.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [12.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [12.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=40, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=40, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=40, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=40, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=41, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=41, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=41, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=41, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. INFO stpipe.Spec3Pipeline.extract_1d:step.py:897 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Spec3Pipeline.combine_1d:step.py:360 Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits>,). INFO stpipe.Spec3Pipeline.combine_1d:step.py:364 Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:544 Using exptime_key = exposure_time. DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:544 Using exptime_key = exposure_time. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:509 Using exposure time as the weight. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:509 Using exposure time as the weight. DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:step.py:897 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits INFO stpipe.Spec3Pipeline.combine_1d:step.py:474 Step combine_1d done INFO stpipe.Spec3Pipeline:calwebb_spec3.py:232 Ending calwebb_spec3 INFO stpipe.Spec3Pipeline:step.py:474 Step Spec3Pipeline done ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1339200 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1339200 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1339200 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1339200 _______________________ test_nis_wfss_spec3[s00001-x1d] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits'} suffix = 'x1d', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf571f4970>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 233280 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 233280 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 233280 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 233280 _______________________ test_nis_wfss_spec3[s00001-c1d] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits'} suffix = 'c1d', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf55bf1310>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 _______________________ test_nis_wfss_spec3[s00002-cal] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits'} suffix = 'cal', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf56deddc0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1825920 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1825920 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1825920 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1825920 _______________________ test_nis_wfss_spec3[s00002-x1d] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits'} suffix = 'x1d', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf55f9e4c0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 311040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 311040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 311040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 311040 _______________________ test_nis_wfss_spec3[s00002-c1d] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits'} suffix = 'c1d', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf57219fd0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 60480 =============================== warnings summary =============================== miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/flatfield/flat_field.py:221: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations flag_nonsci = np.bitwise_and(science.dq, dqflags.pixel['NON_SCIENCE']).astype(np.bool) miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py: 120 warnings miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py: 33 warnings /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/extract_1d/spec_wcs.py:48: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations pixel = np.arange(len(wavelength), dtype=np.float) miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/extract_1d/extract.py:1892: RuntimeWarning: Mean of empty slice wavelength = np.nanmean(wl[sy0:sy1, sx0:sx1], axis=0) miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/numpy/lib/nanfunctions.py:1113: RuntimeWarning: All-NaN slice encountered r, k = function_base._ureduce(a, func=_nanmedian, axis=axis, out=out, miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py:226: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations bkg_mask = np.ones(shape, dtype=np.bool) miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py:273: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations mean_value = x[mask].mean(dtype=np.float) miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py:169: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations .format(subtract_this.mean(dtype=np.float))) miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/flatfield/flat_field.py:209: RuntimeWarning: invalid value encountered in sqrt science.err = np.sqrt(science.var_poisson + science.var_rnoise + science.var_flat) miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-cal] miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-cal] /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/astropy/modeling/math_functions.py:63: AstropyUserWarning: Models in math_functions are experimental. warnings.warn("Models in math_functions are experimental.", AstropyUserWarning) miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py: 140 warnings /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/transforms/models.py:610: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations matrix = np.zeros((3, 3), dtype=np.float) -- Docs: https://docs.pytest.org/en/stable/warnings.html - generated html file: file:///data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/tmp3c6jfy7p/regtest_report.html - =========================== short test summary info ============================ FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[022-c1014_ami] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[025-c1014_ami] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[amiavg] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[psf-amiavg] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[aminorm] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[flat_field] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[srctype] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[x1dints] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_x1dints FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[bsub] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[cal] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[extract_2d] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[flat_field] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[photom] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[srctype] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[x1d] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-cal] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-x1d] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-c1d] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-cal] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-x1d] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-c1d] ==== 25 failed, 1 passed, 421 deselected, 311 warnings in 349.21s (0:05:49) ====
HTML(html_report)
Report generated on 02-Feb-2021 at 14:07:12 by pytest-html v3.1.1
| BUILD_ID | 53 |
| BUILD_NUMBER | 53 |
| BUILD_TAG | jenkins-Notebooks-jwst_validation_notebooks_spacetelescope-53 |
| BUILD_URL | https://plwishmaster.stsci.edu:8081/job/Notebooks/job/jwst_validation_notebooks_spacetelescope/53/ |
| EXECUTOR_NUMBER | 12 |
| GIT_BRANCH | origin/master |
| GIT_COMMIT | fa55b4e6d264a8ef02ecf8e863c426480df9d025 |
| GIT_URL | https://github.com/spacetelescope/jwst_validation_notebooks |
| JENKINS_URL | https://plwishmaster.stsci.edu:8081/ |
| JOB_NAME | Notebooks/jwst_validation_notebooks_spacetelescope |
| NODE_NAME | jwcalibdev.stsci.edu |
| Packages | {"pluggy": "0.13.1", "py": "1.10.0", "pytest": "6.2.2"} |
| Platform | Linux-3.10.0-1160.11.1.el7.x86_64-x86_64-with-glibc2.10 |
| Plugins | {"asdf": "2.7.2", "ci-watson": "0.5", "forked": "1.3.0", "html": "3.1.1", "metadata": "1.11.0", "xdist": "2.2.0"} |
| Python | 3.8.6 |
| WORKSPACE | /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope |
26 tests ran in 348.86 seconds.
(Un)check the boxes to filter the results.
1 passed, 0 skipped, 25 failed, 0 errors, 0 expected failures, 0 unexpected passes| Result | Test | Duration | Links |
|---|---|---|---|
| No results found. Try to check the filters | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[022-c1014_ami] | 97.57 | |
|
run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...14_ami.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits'} suffix = 'c1014_ami', exposure = '022' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["c1014_ami"]) @pytest.mark.parametrize("exposure", ["022", "025"]) def test_niriss_ami3_exp(run_pipeline, suffix, exposure, fitsdiff_default_kwargs): """Check exposure-level results of calwebb_ami3""" rtdata = run_pipeline output = "jw00793" + exposure + "001_03102_00001_nis_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_c1014_ami.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793022001_03102_00001_nis_c1014_ami.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.1521107973606e-07 E Extra keyword 'DVA_RA' in a: -2.9294267010752e-07 E Extra keyword 'VA_DEC' in b: -4.1521107973606e-07 E Extra keyword 'VA_RA' in b: -2.9294267010752e-07 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf592e4940>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:37: AssertionError -----------------------------Captured stderr setup------------------------------ 2021-02-02 14:01:25,834 - stpipe.Ami3Pipeline - INFO - Ami3Pipeline instance created. 2021-02-02 14:01:25,835 - stpipe.Ami3Pipeline.ami_analyze - INFO - AmiAnalyzeStep instance created. 2021-02-02 14:01:25,836 - stpipe.Ami3Pipeline.ami_average - INFO - AmiAverageStep instance created. 2021-02-02 14:01:25,837 - stpipe.Ami3Pipeline.ami_normalize - INFO - AmiNormalizeStep instance created. 2021-02-02 14:01:25,837 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:01:25,837 - stpipe - INFO - OS: Linux 2021-02-02 14:01:26,007 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_20191210t203450_ami3_001_asn.json',). 2021-02-02 14:01:26,009 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'save_averages': True, 'steps': {'ami_analyze': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'}, 'ami_average': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}, 'ami_normalize': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}}} 2021-02-02 14:01:26,133 - stpipe.Ami3Pipeline - INFO - Prefetching reference files for dataset: 'jw00793022001_03102_00002_nis_cal.fits' reftypes = ['throughput'] 2021-02-02 14:01:26,147 - stpipe.Ami3Pipeline - INFO - Prefetch for THROUGHPUT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits'. 2021-02-02 14:01:26,149 - stpipe.Ami3Pipeline - INFO - Starting calwebb_ami3 2021-02-02 14:01:26,297 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits',). 2021-02-02 14:01:26,298 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:01:26,298 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:01:26,298 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:01:26,298 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:01:26,298 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:01:26,412 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:01:42,053 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:01:42,117 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00002_nis_c1014_ami.fits 2021-02-02 14:01:42,273 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits',). 2021-02-02 14:01:42,274 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:01:42,274 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:01:42,275 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:01:42,275 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:01:42,275 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:01:42,385 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:01:57,951 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:01:58,007 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00001_nis_c1014_ami.fits 2021-02-02 14:01:58,146 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits',). 2021-02-02 14:01:58,147 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:01:58,147 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:01:58,147 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:01:58,147 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:01:58,147 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:01:58,264 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:02:13,462 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:02:13,518 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00003_nis_c1014_ami.fits 2021-02-02 14:02:13,629 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits',). 2021-02-02 14:02:13,630 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:02:13,630 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:02:13,630 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:02:13,630 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:02:13,630 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:02:13,738 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:02:28,856 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:02:28,909 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00002_nis_c1014_ami.fits 2021-02-02 14:02:29,002 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits',). 2021-02-02 14:02:29,003 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:02:29,003 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:02:29,003 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:02:29,003 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:02:29,003 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:02:29,110 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:02:43,883 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:02:43,937 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00003_nis_c1014_ami.fits 2021-02-02 14:02:44,039 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits',). 2021-02-02 14:02:44,040 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-02-02 14:02:44,040 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-02-02 14:02:44,040 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-02-02 14:02:44,040 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-02-02 14:02:44,040 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-02-02 14:02:44,144 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-02-02 14:02:58,849 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-02-02 14:02:58,902 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00001_nis_c1014_ami.fits 2021-02-02 14:02:58,987 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits>],). 2021-02-02 14:02:58,988 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-02-02 14:02:59,015 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average done 2021-02-02 14:02:59,015 - stpipe.Ami3Pipeline - INFO - Blending metadata for averaged psf 2021-02-02 14:02:59,629 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits 2021-02-02 14:02:59,713 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits>],). 2021-02-02 14:02:59,714 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_average', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-02-02 14:02:59,741 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average done 2021-02-02 14:02:59,741 - stpipe.Ami3Pipeline - INFO - Blending metadata for averaged target 2021-02-02 14:03:00,347 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits 2021-02-02 14:03:00,433 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize running with args (<AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits>, <AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits>). 2021-02-02 14:03:00,433 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-02-02 14:03:00,504 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize done 2021-02-02 14:03:00,504 - stpipe.Ami3Pipeline - INFO - Blending metadata for PSF normalized target 2021-02-02 14:03:01,157 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits 2021-02-02 14:03:01,157 - stpipe.Ami3Pipeline - INFO - ... ending calwebb_ami3 2021-02-02 14:03:01,157 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline done -------------------------------Captured log setup------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_ami3.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_ami3.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-AMI3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-AMI3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:219 No PARS-AMI3PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-AMI3PIPELINE reference files found. INFO stpipe.Ami3Pipeline:step.py:313 Ami3Pipeline instance created. INFO stpipe.Ami3Pipeline.ami_analyze:step.py:313 AmiAnalyzeStep instance created. INFO stpipe.Ami3Pipeline.ami_average:step.py:313 AmiAverageStep instance created. INFO stpipe.Ami3Pipeline.ami_normalize:step.py:313 AmiNormalizeStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Ami3Pipeline:step.py:360 Step Ami3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_20191210t203450_ami3_001_asn.json',). INFO stpipe.Ami3Pipeline:step.py:364 Step Ami3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'save_averages': True, 'steps': {'ami_analyze': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'}, 'ami_average': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}, 'ami_normalize': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}}} DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Ami3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00002_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00002_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00001_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00001_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00003_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:215 Files accepted for processing jw00793022001_03102_00003_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Ami3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'jw00793022001_03102_00002_nis_cal.fits' reftypes = ['throughput'] INFO stpipe.Ami3Pipeline:pipeline.py:326 Prefetch for THROUGHPUT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits'. INFO stpipe.Ami3Pipeline:calwebb_ami3.py:41 Starting calwebb_ami3 INFO stpipe.Ami3Pipeline:calwebb_ami3.py:41 Starting calwebb_ami3 DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22371.59927505-2.76718212e-14j 22605.06260964+1.06884308e-13j 19489.54412318+2.24236577e-13j ... 17094.22375202-1.91782617e-13j 17636.58133512-4.56923395e-13j 18839.94985284+3.38484322e-14j] [21171.39566015+1.35353316e-13j 20900.19397463+1.08731142e-13j 18049.14155548+2.14402401e-13j ... 16355.31456337-1.08159930e-13j 17519.14292342-2.41783423e-13j 18811.70478772+1.74015714e-13j] [19061.40542851+2.72088395e-13j 18362.62372315+1.43521668e-13j 16593.38479618+2.18130350e-13j ... 15924.16747836+4.80255563e-14j 16947.42734 -4.16999835e-14j 18030.040549 +2.30357908e-13j] ... [17043.5817957 -2.49347327e-13j 17660.47264731+1.24799428e-13j 17120.97783055-2.98466640e-14j ... 14505.28124145-5.48048834e-13j 15058.96782657-7.71819395e-13j 15823.04362199-3.61997004e-15j] [18361.79710803+3.33492937e-14j 18627.9752801 -5.18775848e-14j 17888.71433016-1.30806151e-14j ... 15238.43960275-2.33142607e-13j 15584.85646548-3.43377324e-13j 16515.44487529+1.71950869e-14j] [20334.06059077-2.58229111e-13j 20548.54525871-6.00227573e-14j 18745.65133629+1.81639619e-13j ... 16812.08485826-8.05861163e-13j 16701.69731463-6.31936970e-13j 17448.93918347-4.16451086e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22371.59927505-2.76718212e-14j 22605.06260964+1.06884308e-13j 19489.54412318+2.24236577e-13j ... 17094.22375202-1.91782617e-13j 17636.58133512-4.56923395e-13j 18839.94985284+3.38484322e-14j] [21171.39566015+1.35353316e-13j 20900.19397463+1.08731142e-13j 18049.14155548+2.14402401e-13j ... 16355.31456337-1.08159930e-13j 17519.14292342-2.41783423e-13j 18811.70478772+1.74015714e-13j] [19061.40542851+2.72088395e-13j 18362.62372315+1.43521668e-13j 16593.38479618+2.18130350e-13j ... 15924.16747836+4.80255563e-14j 16947.42734 -4.16999835e-14j 18030.040549 +2.30357908e-13j] ... [17043.5817957 -2.49347327e-13j 17660.47264731+1.24799428e-13j 17120.97783055-2.98466640e-14j ... 14505.28124145-5.48048834e-13j 15058.96782657-7.71819395e-13j 15823.04362199-3.61997004e-15j] [18361.79710803+3.33492937e-14j 18627.9752801 -5.18775848e-14j 17888.71433016-1.30806151e-14j ... 15238.43960275-2.33142607e-13j 15584.85646548-3.43377324e-13j 16515.44487529+1.71950869e-14j] [20334.06059077-2.58229111e-13j 20548.54525871-6.00227573e-14j 18745.65133629+1.81639619e-13j ... 16812.08485826-8.05861163e-13j 16701.69731463-6.31936970e-13j 17448.93918347-4.16451086e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000293.971044957-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000293.971044957-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000294.06640906: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000294.06640906: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000293.971044957: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000293.971044957: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22383.32060551-6.90714338e-14j 22614.44242563+1.77956232e-13j 19481.22421833+1.66826798e-13j ... 17074.51004477-9.40278538e-14j 17609.82444544-2.08716372e-13j 18822.92964688-4.79123175e-13j] [21189.22200292+1.17913406e-13j 20885.08556796+2.67695132e-13j 18008.06552858+2.14582481e-13j ... 16382.4104003 -3.09787633e-14j 17546.9769017 -4.13725515e-14j 18833.42664339-3.86666641e-13j] [19065.6866291 +3.61695100e-13j 18355.97869651+3.38938570e-13j 16586.49764253+4.85738362e-13j ... 15910.09192159+8.13873841e-14j 16980.48960359+1.53771446e-13j 18058.07577023+1.28168820e-13j] ... [17027.61914674-9.52494151e-14j 17636.0096749 -2.01666216e-13j 17131.34653746-4.40689690e-13j ... 14495.88985021-2.63135669e-13j 15052.34982359-5.17190624e-13j 15806.49426812-2.82830840e-13j] [18356.12518843-2.72992089e-13j 18632.60965044+4.79165967e-13j 17901.27754996-2.15132670e-14j ... 15284.7074298 -5.69845926e-13j 15623.64398707-4.38338306e-13j 16507.89332465-1.02757569e-13j] [20318.19339019+6.79338944e-13j 20562.58688826+7.18079622e-13j 18770.05662399+7.31580352e-13j ... 16817.21369988-3.79304217e-13j 16692.00534072+2.72760667e-13j 17411.68274689-1.09665996e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22383.32060551-6.90714338e-14j 22614.44242563+1.77956232e-13j 19481.22421833+1.66826798e-13j ... 17074.51004477-9.40278538e-14j 17609.82444544-2.08716372e-13j 18822.92964688-4.79123175e-13j] [21189.22200292+1.17913406e-13j 20885.08556796+2.67695132e-13j 18008.06552858+2.14582481e-13j ... 16382.4104003 -3.09787633e-14j 17546.9769017 -4.13725515e-14j 18833.42664339-3.86666641e-13j] [19065.6866291 +3.61695100e-13j 18355.97869651+3.38938570e-13j 16586.49764253+4.85738362e-13j ... 15910.09192159+8.13873841e-14j 16980.48960359+1.53771446e-13j 18058.07577023+1.28168820e-13j] ... [17027.61914674-9.52494151e-14j 17636.0096749 -2.01666216e-13j 17131.34653746-4.40689690e-13j ... 14495.88985021-2.63135669e-13j 15052.34982359-5.17190624e-13j 15806.49426812-2.82830840e-13j] [18356.12518843-2.72992089e-13j 18632.60965044+4.79165967e-13j 17901.27754996-2.15132670e-14j ... 15284.7074298 -5.69845926e-13j 15623.64398707-4.38338306e-13j 16507.89332465-1.02757569e-13j] [20318.19339019+6.79338944e-13j 20562.58688826+7.18079622e-13j 18770.05662399+7.31580352e-13j ... 16817.21369988-3.79304217e-13j 16692.00534072+2.72760667e-13j 17411.68274689-1.09665996e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999560.820811985-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999560.820811985-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999560.916166098: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999560.916166098: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999560.820811985: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999560.820811985: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228708: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228708: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22392.50264257-4.18954976e-14j 22619.40780265+1.47271546e-13j 19474.83345083+2.91541936e-13j ... 17057.71212158-3.46436488e-14j 17589.28100839-1.98055785e-13j 18810.04889048-2.71021666e-13j] [21204.04130124+1.92219077e-13j 20869.91967284+1.96454121e-13j 17971.84640064+3.65320898e-13j ... 16413.67040799+3.81969811e-14j 17581.58030339+1.26556804e-13j 18856.87590384-1.35874454e-13j] [19067.47681837+4.44382187e-13j 18350.96000437+3.07143662e-13j 16584.88027987+6.16559726e-13j ... 15894.23217201+2.09605417e-13j 17007.18609681+2.01624504e-13j 18079.4907017 -1.55558472e-13j] ... [17008.05276287-5.07462016e-13j 17614.57639469-1.20241179e-13j 17138.66505873-4.49823389e-13j ... 14481.52693859+2.72976364e-13j 15048.76865908-8.28704786e-14j 15787.5048436 +6.09167597e-14j] [18348.78497473-5.12870647e-13j 18637.06701208+2.75469519e-13j 17908.92030864-6.68329193e-13j ... 15331.87838137-1.42617020e-13j 15663.31939066+1.28874947e-13j 16502.37877359-8.55732697e-14j] [20304.80969587-3.40687975e-13j 20575.35780762-3.41295854e-13j 18792.69117383-2.73882988e-13j ... 16818.37506187-6.61639832e-14j 16681.05790224+1.02372484e-13j 17379.48081849-3.76163800e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22392.50264257-4.18954976e-14j 22619.40780265+1.47271546e-13j 19474.83345083+2.91541936e-13j ... 17057.71212158-3.46436488e-14j 17589.28100839-1.98055785e-13j 18810.04889048-2.71021666e-13j] [21204.04130124+1.92219077e-13j 20869.91967284+1.96454121e-13j 17971.84640064+3.65320898e-13j ... 16413.67040799+3.81969811e-14j 17581.58030339+1.26556804e-13j 18856.87590384-1.35874454e-13j] [19067.47681837+4.44382187e-13j 18350.96000437+3.07143662e-13j 16584.88027987+6.16559726e-13j ... 15894.23217201+2.09605417e-13j 17007.18609681+2.01624504e-13j 18079.4907017 -1.55558472e-13j] ... [17008.05276287-5.07462016e-13j 17614.57639469-1.20241179e-13j 17138.66505873-4.49823389e-13j ... 14481.52693859+2.72976364e-13j 15048.76865908-8.28704786e-14j 15787.5048436 +6.09167597e-14j] [18348.78497473-5.12870647e-13j 18637.06701208+2.75469519e-13j 17908.92030864-6.68329193e-13j ... 15331.87838137-1.42617020e-13j 15663.31939066+1.28874947e-13j 16502.37877359-8.55732697e-14j] [20304.80969587-3.40687975e-13j 20575.35780762-3.41295854e-13j 18792.69117383-2.73882988e-13j ... 16818.37506187-6.61639832e-14j 16681.05790224+1.02372484e-13j 17379.48081849-3.76163800e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999096.733368117-1.0501316370302109e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999096.733368117-1.0501316370302109e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999096.82871591: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999096.82871591: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999096.733368117: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999096.733368117: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22398.13987418+1.72559870e-14j 22618.48203879+2.89572136e-13j 19469.48221762+3.59795033e-13j ... 17045.16473879+1.77225773e-13j 17576.17629827+5.85555864e-15j 18801.18267199-4.04587909e-14j] [21215.7963619 +1.54598225e-13j 20855.57138237+4.06323968e-13j 17941.00286696+3.47075654e-13j ... 16447.72847993+2.73088999e-13j 17621.20430495+2.76230685e-13j 18881.10977256+1.34502994e-13j] [19067.56722623+3.32559326e-13j 18349.02983014+6.22639043e-13j 16588.60003797+3.51468361e-13j ... 15876.42924952+2.92688967e-13j 17026.06926513+5.28770603e-13j 18094.78976438+6.31226139e-13j] ... [16982.82109016-2.74783514e-14j 17594.97677837-1.51817729e-13j 17143.77652486+2.70992590e-13j ... 14463.62320598-4.66552325e-14j 15047.21518662+8.18817578e-14j 15767.36132507-3.87105441e-14j] [18340.11111127-1.72007090e-13j 18641.75146636-2.60795162e-13j 17913.58773079-2.20416790e-13j ... 15381.13241155-1.38782920e-13j 15702.00706748+2.02890197e-13j 16499.06910268+1.90569145e-13j] [20295.22618359+4.32394567e-13j 20587.32602755-1.01310946e-13j 18813.47644146+4.91380225e-13j ... 16816.09360553+1.58856320e-13j 16669.05125017+3.84567774e-13j 17353.08076917+5.22895185e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22398.13987418+1.72559870e-14j 22618.48203879+2.89572136e-13j 19469.48221762+3.59795033e-13j ... 17045.16473879+1.77225773e-13j 17576.17629827+5.85555864e-15j 18801.18267199-4.04587909e-14j] [21215.7963619 +1.54598225e-13j 20855.57138237+4.06323968e-13j 17941.00286696+3.47075654e-13j ... 16447.72847993+2.73088999e-13j 17621.20430495+2.76230685e-13j 18881.10977256+1.34502994e-13j] [19067.56722623+3.32559326e-13j 18349.02983014+6.22639043e-13j 16588.60003797+3.51468361e-13j ... 15876.42924952+2.92688967e-13j 17026.06926513+5.28770603e-13j 18094.78976438+6.31226139e-13j] ... [16982.82109016-2.74783514e-14j 17594.97677837-1.51817729e-13j 17143.77652486+2.70992590e-13j ... 14463.62320598-4.66552325e-14j 15047.21518662+8.18817578e-14j 15767.36132507-3.87105441e-14j] [18340.11111127-1.72007090e-13j 18641.75146636-2.60795162e-13j 17913.58773079-2.20416790e-13j ... 15381.13241155-1.38782920e-13j 15702.00706748+2.02890197e-13j 16499.06910268+1.90569145e-13j] [20295.22618359+4.32394567e-13j 20587.32602755-1.01310946e-13j 18813.47644146+4.91380225e-13j ... 16816.09360553+1.58856320e-13j 16669.05125017+3.84567774e-13j 17353.08076917+5.22895185e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6998954.623659485-1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6998954.623659485-1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6998954.719005342: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6998954.719005342: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6998954.623659485: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6998954.623659485: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22399.51090297-4.89647584e-14j 22610.55631347+2.11623761e-13j 19464.3034593 +2.57083424e-13j ... 17037.90247338-1.53801883e-13j 17571.41213423-3.30282026e-13j 18796.10198817-2.22129609e-13j] [21224.63056986+6.98466765e-14j 20842.77085739+3.35484420e-13j 17915.79599181+3.41114467e-13j ... 16482.85610235-1.50853040e-13j 17663.75614242-9.35782846e-14j 18905.12114487-2.00431000e-13j] [19066.76238027+3.72919991e-13j 18351.50072186+4.11463906e-13j 16597.09257821+4.32498662e-13j ... 15856.63146484-1.36038314e-13j 17036.49099481+5.60755864e-14j 18104.77135608-2.89508023e-14j] ... [16950.77618091-1.63825321e-13j 17575.52494023+1.18988092e-13j 17147.57087889+6.57183555e-13j ... 14445.05335764+6.79862903e-15j 15046.4173896 -2.79105823e-13j 15747.32028395-1.04085021e-13j] [18330.59772742-1.78785137e-14j 18646.79988847-1.99683920e-13j 17917.31144257+2.40550372e-13j ... 15433.54133088-5.16613645e-14j 15738.01574452-7.27102844e-14j 16497.64812921-3.99015949e-13j] [20290.47966719-1.45302733e-14j 20598.9488603 +3.36288482e-13j 18832.51156894+5.67012065e-13j ... 16811.20060337-5.00503537e-13j 16656.7181362 -4.85199598e-13j 17332.92253654-3.40398243e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22399.51090297-4.89647584e-14j 22610.55631347+2.11623761e-13j 19464.3034593 +2.57083424e-13j ... 17037.90247338-1.53801883e-13j 17571.41213423-3.30282026e-13j 18796.10198817-2.22129609e-13j] [21224.63056986+6.98466765e-14j 20842.77085739+3.35484420e-13j 17915.79599181+3.41114467e-13j ... 16482.85610235-1.50853040e-13j 17663.75614242-9.35782846e-14j 18905.12114487-2.00431000e-13j] [19066.76238027+3.72919991e-13j 18351.50072186+4.11463906e-13j 16597.09257821+4.32498662e-13j ... 15856.63146484-1.36038314e-13j 17036.49099481+5.60755864e-14j 18104.77135608-2.89508023e-14j] ... [16950.77618091-1.63825321e-13j 17575.52494023+1.18988092e-13j 17147.57087889+6.57183555e-13j ... 14445.05335764+6.79862903e-15j 15046.4173896 -2.79105823e-13j 15747.32028395-1.04085021e-13j] [18330.59772742-1.78785137e-14j 18646.79988847-1.99683920e-13j 17917.31144257+2.40550372e-13j ... 15433.54133088-5.16613645e-14j 15738.01574452-7.27102844e-14j 16497.64812921-3.99015949e-13j] [20290.47966719-1.45302733e-14j 20598.9488603 +3.36288482e-13j 18832.51156894+5.67012065e-13j ... 16811.20060337-5.00503537e-13j 16656.7181362 -4.85199598e-13j 17332.92253654-3.40398243e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999083.588299235-1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999083.588299235-1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999083.68364685: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999083.68364685: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999083.588299235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999083.588299235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22396.23410642-3.99616248e-14j 22595.02410522+1.71874130e-13j 19458.52395166+3.60092809e-13j ... 17036.47824215+7.18619190e-15j 17575.42009823-2.00582023e-13j 18794.48298069-1.49377470e-13j] [21230.86271408+2.52648843e-13j 20832.03345863+2.37163546e-13j 17896.2798808 +3.85945550e-13j ... 16517.17940475+1.94017734e-13j 17707.02399847+3.99750232e-15j 18927.95222129+1.69462621e-14j] [19065.83850972+2.93105283e-13j 18359.32498714+2.45148849e-13j 16609.27592807+5.91019198e-13j ... 15834.90088959+1.91483214e-13j 17038.59934845+3.13451237e-13j 18110.41614203+1.22627171e-13j] ... [16911.7823669 -1.79930429e-13j 17554.31937672+8.72618538e-14j 17150.85522805-3.03481364e-13j ... 14429.71360604-1.27785499e-13j 15045.13665125+1.84088175e-14j 15728.30552712+1.60446770e-13j] [18320.80477427-2.79181900e-13j 18652.10058405+4.28716095e-13j 17921.95765378+5.81121460e-14j ... 15489.85312706+6.85301963e-14j 15770.16514613-3.74317885e-13j 16497.36384951-1.24082927e-13j] [20291.2183931 -4.51473141e-13j 20610.63940728+4.52768654e-13j 18850.03570772+1.05336460e-12j ... 16804.73501752-3.51465489e-13j 16645.29321695-5.00959742e-13j 17319.14306637+3.86344369e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22396.23410642-3.99616248e-14j 22595.02410522+1.71874130e-13j 19458.52395166+3.60092809e-13j ... 17036.47824215+7.18619190e-15j 17575.42009823-2.00582023e-13j 18794.48298069-1.49377470e-13j] [21230.86271408+2.52648843e-13j 20832.03345863+2.37163546e-13j 17896.2798808 +3.85945550e-13j ... 16517.17940475+1.94017734e-13j 17707.02399847+3.99750232e-15j 18927.95222129+1.69462621e-14j] [19065.83850972+2.93105283e-13j 18359.32498714+2.45148849e-13j 16609.27592807+5.91019198e-13j ... 15834.90088959+1.91483214e-13j 17038.59934845+3.13451237e-13j 18110.41614203+1.22627171e-13j] ... [16911.7823669 -1.79930429e-13j 17554.31937672+8.72618538e-14j 17150.85522805-3.03481364e-13j ... 14429.71360604-1.27785499e-13j 15045.13665125+1.84088175e-14j 15728.30552712+1.60446770e-13j] [18320.80477427-2.79181900e-13j 18652.10058405+4.28716095e-13j 17921.95765378+5.81121460e-14j ... 15489.85312706+6.85301963e-14j 15770.16514613-3.74317885e-13j 16497.36384951-1.24082927e-13j] [20291.2183931 -4.51473141e-13j 20610.63940728+4.52768654e-13j 18850.03570772+1.05336460e-12j ... 16804.73501752-3.51465489e-13j 16645.29321695-5.00959742e-13j 17319.14306637+3.86344369e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999424.162248155+1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999424.162248155+1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999424.257600409: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999424.257600409: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999424.162248155: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999424.162248155: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22388.29402021-7.29172012e-14j 22571.87325019+1.60319269e-13j 19451.54008568+2.57559330e-13j ... 17040.8712539 -3.63475005e-13j 17588.07769456-1.17637357e-13j 18795.93825653-2.07310578e-13j] [21234.94060166+2.45134521e-14j 20823.61358519+2.90429304e-13j 17882.35577293+3.12098078e-13j ... 16548.91253944-2.28577661e-13j 17748.90186496+1.66659024e-13j 18948.80089376+1.44251281e-13j] [19065.50002572-2.85082802e-14j 18372.91694476+2.95766478e-13j 16623.7474086 +6.25043152e-13j ... 15811.37740821-2.23586904e-13j 17033.2351342 +2.42630014e-13j 18112.77638266+4.57713014e-13j] ... [16866.65932169+4.94072218e-13j 17529.55030018-3.44030367e-13j 17154.25050362+3.83956415e-13j ... 14421.89786266+4.20131881e-13j 15042.49927168-3.49553531e-13j 15710.69960018-3.44667627e-13j] [18311.24372545+2.41798239e-13j 18657.34382895-2.39777532e-14j 17929.00889146-3.02818721e-13j ... 15550.31395112-1.69144824e-13j 15798.04184944-6.36326558e-15j 16497.16239155-1.12131882e-13j] [20297.61902956-1.50092047e-13j 20622.73494955-1.02007424e-13j 18866.37699966+8.70414788e-13j ... 16797.79952997+1.04020277e-14j 16636.37422358+4.12207367e-13j 17311.60045184-1.48037859e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22388.29402021-7.29172012e-14j 22571.87325019+1.60319269e-13j 19451.54008568+2.57559330e-13j ... 17040.8712539 -3.63475005e-13j 17588.07769456-1.17637357e-13j 18795.93825653-2.07310578e-13j] [21234.94060166+2.45134521e-14j 20823.61358519+2.90429304e-13j 17882.35577293+3.12098078e-13j ... 16548.91253944-2.28577661e-13j 17748.90186496+1.66659024e-13j 18948.80089376+1.44251281e-13j] [19065.50002572-2.85082802e-14j 18372.91694476+2.95766478e-13j 16623.7474086 +6.25043152e-13j ... 15811.37740821-2.23586904e-13j 17033.2351342 +2.42630014e-13j 18112.77638266+4.57713014e-13j] ... [16866.65932169+4.94072218e-13j 17529.55030018-3.44030367e-13j 17154.25050362+3.83956415e-13j ... 14421.89786266+4.20131881e-13j 15042.49927168-3.49553531e-13j 15710.69960018-3.44667627e-13j] [18311.24372545+2.41798239e-13j 18657.34382895-2.39777532e-14j 17929.00889146-3.02818721e-13j ... 15550.31395112-1.69144824e-13j 15798.04184944-6.36326558e-15j 16497.16239155-1.12131882e-13j] [20297.61902956-1.50092047e-13j 20622.73494955-1.02007424e-13j 18866.37699966+8.70414788e-13j ... 16797.79952997+1.04020277e-14j 16636.37422358+4.12207367e-13j 17311.60045184-1.48037859e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000123.591829778+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000123.591829778+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000123.68719156: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000123.68719156: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000123.591829778: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000123.591829778: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.08462057455301698, -0.27314576780967986) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.08462057455301698, -0.27314576780967986) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00096528 0.00094171 0.00091816 ... 0.00109729 0.00112323 0.00114912] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00096528 0.00094171 0.00091816 ... 0.00109729 0.00112323 0.00114912] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009616 0.00093781 0.00091405 ... 0.00108933 0.00111548 0.00114159] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009616 0.00093781 0.00091405 ... 0.00108933 0.00111548 0.00114159] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009575 0.0009335 0.00090953 ... 0.00108091 0.00110726 0.00113359] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009575 0.0009335 0.00090953 ... 0.00108091 0.00110726 0.00113359] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012206 0.00119587 0.00117102 ... 0.00088828 0.0009109 0.00093354] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012206 0.00119587 0.00117102 ... 0.00088828 0.0009109 0.00093354] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012252 0.00120074 0.00117616 ... 0.00089071 0.00091311 0.00093551] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012252 0.00120074 0.00117616 ... 0.00089071 0.00091311 0.00093551] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00122931 0.00120512 0.0011808 ... 0.00089273 0.0009149 0.00093706]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00122931 0.00120512 0.0011808 ... 0.00089273 0.0009149 0.00093706]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:38.00219 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:38.00219 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793022001_03102_00002_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21262.74743394+1.65702603e-14j 21433.26247024+2.00294736e-13j 18356.43687498+1.85245501e-13j ... 16045.99796503-4.14410365e-16j 16796.20697899-2.57310824e-13j 18027.56643526+1.75690491e-14j] [19481.38859957+1.18864160e-13j 19085.68744314+3.96351906e-13j 16646.31971071+3.54088056e-13j ... 15384.85282167+4.19700524e-16j 16515.24136879-2.41841776e-13j 17672.01558045+7.15419454e-14j] [17784.24477563+3.40755383e-13j 17143.94358718+4.32331348e-13j 15685.17649745+4.18392336e-13j ... 14986.86543025+9.95056619e-14j 15890.05563341-2.43988148e-13j 16923.08402323+1.72445161e-13j] ... [16581.56826942+2.59698201e-13j 17114.04874524-2.47274126e-13j 16573.27231642-6.23124370e-13j ... 13802.20369179-3.55959052e-13j 14378.3542587 +9.55045792e-14j 15248.77303394+3.24084897e-13j] [17803.35720131-1.18048464e-13j 18025.06570965+2.82289129e-14j 17166.04749827+3.98307273e-13j ... 14850.50166992-7.46790597e-14j 15023.78024694-8.00669472e-13j 15823.87996591+3.99237516e-14j] [19987.206492 +4.19513258e-13j 20242.55451854-9.14575721e-13j 18129.35539346-3.79463203e-13j ... 16217.47039602+9.62532257e-14j 16194.16040266-2.84555413e-13j 16961.00512631-5.97856965e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21262.74743394+1.65702603e-14j 21433.26247024+2.00294736e-13j 18356.43687498+1.85245501e-13j ... 16045.99796503-4.14410365e-16j 16796.20697899-2.57310824e-13j 18027.56643526+1.75690491e-14j] [19481.38859957+1.18864160e-13j 19085.68744314+3.96351906e-13j 16646.31971071+3.54088056e-13j ... 15384.85282167+4.19700524e-16j 16515.24136879-2.41841776e-13j 17672.01558045+7.15419454e-14j] [17784.24477563+3.40755383e-13j 17143.94358718+4.32331348e-13j 15685.17649745+4.18392336e-13j ... 14986.86543025+9.95056619e-14j 15890.05563341-2.43988148e-13j 16923.08402323+1.72445161e-13j] ... [16581.56826942+2.59698201e-13j 17114.04874524-2.47274126e-13j 16573.27231642-6.23124370e-13j ... 13802.20369179-3.55959052e-13j 14378.3542587 +9.55045792e-14j 15248.77303394+3.24084897e-13j] [17803.35720131-1.18048464e-13j 18025.06570965+2.82289129e-14j 17166.04749827+3.98307273e-13j ... 14850.50166992-7.46790597e-14j 15023.78024694-8.00669472e-13j 15823.87996591+3.99237516e-14j] [19987.206492 +4.19513258e-13j 20242.55451854-9.14575721e-13j 18129.35539346-3.79463203e-13j ... 16217.47039602+9.62532257e-14j 16194.16040266-2.84555413e-13j 16961.00512631-5.97856965e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647637.515665944-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647637.515665944-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647637.435355943: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647637.435355943: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647637.515665944: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647637.515665944: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21278.63087013-6.60492746e-15j 21435.03528144+7.29224234e-14j 18333.98480902+5.27876675e-14j ... 16040.19323564+6.05431057e-14j 16783.62874095-1.13993620e-13j 18023.05185665+6.42963773e-14j] [19494.76218849+2.52620459e-13j 19070.58240717+2.92239820e-13j 16613.01714864+2.00555336e-13j ... 15409.82241141+5.64361744e-14j 16551.00809952+5.56936743e-14j 17697.59702573+1.74159844e-13j] [17783.90232644+4.79672757e-13j 17140.50194998+5.07019626e-13j 15684.39807704+3.61429668e-13j ... 14958.04419036+1.87108530e-13j 15914.57240246+2.74584439e-13j 16947.18516078+1.78649349e-13j] ... [16573.15397847-1.26247330e-13j 17100.03724311+7.12642867e-14j 16583.08017342-3.54309913e-13j ... 13808.36757452-2.30526529e-13j 14390.09138632-4.72709750e-13j 15240.92051671+5.22422561e-13j] [17792.72066935-1.56766774e-13j 18032.29499804+1.23123046e-13j 17181.36608457-3.35505815e-13j ... 14895.55753044-4.22344013e-13j 15055.96368383-8.13735363e-14j 15808.94432479+3.20169998e-13j] [19977.92954315-4.64403424e-13j 20259.01942178+2.25038540e-13j 18149.78289894-1.28776033e-13j ... 16205.81842122-4.80385484e-14j 16170.41577097-8.09338540e-13j 16924.49292922+5.35475652e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21278.63087013-6.60492746e-15j 21435.03528144+7.29224234e-14j 18333.98480902+5.27876675e-14j ... 16040.19323564+6.05431057e-14j 16783.62874095-1.13993620e-13j 18023.05185665+6.42963773e-14j] [19494.76218849+2.52620459e-13j 19070.58240717+2.92239820e-13j 16613.01714864+2.00555336e-13j ... 15409.82241141+5.64361744e-14j 16551.00809952+5.56936743e-14j 17697.59702573+1.74159844e-13j] [17783.90232644+4.79672757e-13j 17140.50194998+5.07019626e-13j 15684.39807704+3.61429668e-13j ... 14958.04419036+1.87108530e-13j 15914.57240246+2.74584439e-13j 16947.18516078+1.78649349e-13j] ... [16573.15397847-1.26247330e-13j 17100.03724311+7.12642867e-14j 16583.08017342-3.54309913e-13j ... 13808.36757452-2.30526529e-13j 14390.09138632-4.72709750e-13j 15240.92051671+5.22422561e-13j] [17792.72066935-1.56766774e-13j 18032.29499804+1.23123046e-13j 17181.36608457-3.35505815e-13j ... 14895.55753044-4.22344013e-13j 15055.96368383-8.13735363e-14j 15808.94432479+3.20169998e-13j] [19977.92954315-4.64403424e-13j 20259.01942178+2.25038540e-13j 18149.78289894-1.28776033e-13j ... 16205.81842122-4.80385484e-14j 16170.41577097-8.09338540e-13j 16924.49292922+5.35475652e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646941.2996193785+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646941.2996193785+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646941.2193177845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646941.2193177845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646941.2996193785: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646941.2996193785: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190157: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190157: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.5179496 +1.40503999e-14j 21433.25843064+1.68735326e-13j 18313.90500314+2.48941120e-13j ... 16039.42486992-1.61003864e-13j 16779.30113906-7.54001431e-14j 18022.39016903-2.33818731e-13j] [19505.47569945+1.25836921e-13j 19056.68372581+2.44879042e-13j 16585.13478356+2.10024298e-13j ... 15435.96356063-1.82720405e-13j 16589.73458165-8.18579011e-15j 17722.6782783 -1.21451856e-13j] [17781.61845476+1.82804300e-13j 17137.3050708 +2.49226495e-13j 15686.96766503+2.62263796e-13j ... 14929.07366251-2.33362085e-14j 15931.77831338-6.34652456e-14j 16964.21882756-1.98291594e-13j] ... [16560.51274265+1.59384198e-13j 17087.54232774+3.78909868e-13j 16589.91697808+5.46640877e-13j ... 13811.86740094+2.49276645e-13j 14404.15333152+5.62071453e-14j 15231.62046143-1.90526270e-13j] [17782.53069351-2.78058549e-13j 18038.97244617+1.89837928e-13j 17191.9004795 +3.01643927e-13j ... 14940.58786473-1.00135323e-14j 15087.8406763 +2.97934885e-14j 15797.47405785+4.12552910e-13j] [19970.1333488 -3.09028869e-13j 20273.24981581-4.90329186e-13j 18169.72512491+2.76049781e-13j ... 16190.76949306-2.54872690e-13j 16146.37465515-1.40008381e-13j 16892.30979577-5.62391086e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.5179496 +1.40503999e-14j 21433.25843064+1.68735326e-13j 18313.90500314+2.48941120e-13j ... 16039.42486992-1.61003864e-13j 16779.30113906-7.54001431e-14j 18022.39016903-2.33818731e-13j] [19505.47569945+1.25836921e-13j 19056.68372581+2.44879042e-13j 16585.13478356+2.10024298e-13j ... 15435.96356063-1.82720405e-13j 16589.73458165-8.18579011e-15j 17722.6782783 -1.21451856e-13j] [17781.61845476+1.82804300e-13j 17137.3050708 +2.49226495e-13j 15686.96766503+2.62263796e-13j ... 14929.07366251-2.33362085e-14j 15931.77831338-6.34652456e-14j 16964.21882756-1.98291594e-13j] ... [16560.51274265+1.59384198e-13j 17087.54232774+3.78909868e-13j 16589.91697808+5.46640877e-13j ... 13811.86740094+2.49276645e-13j 14404.15333152+5.62071453e-14j 15231.62046143-1.90526270e-13j] [17782.53069351-2.78058549e-13j 18038.97244617+1.89837928e-13j 17191.9004795 +3.01643927e-13j ... 14940.58786473-1.00135323e-14j 15087.8406763 +2.97934885e-14j 15797.47405785+4.12552910e-13j] [19970.1333488 -3.09028869e-13j 20273.24981581-4.90329186e-13j 18169.72512491+2.76049781e-13j ... 16190.76949306-2.54872690e-13j 16146.37465515-1.40008381e-13j 16892.30979577-5.62391086e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646500.591684088-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646500.591684088-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646500.511387821: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646500.511387821: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646500.591684088: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646500.591684088: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21300.36681117+7.68442863e-14j 21426.77342143+2.01057320e-13j 18295.75107447+2.83690471e-13j ... 16044.29548055+1.60291680e-13j 16783.68226037+1.69335426e-13j 18025.0812865 -1.02473174e-13j] [19514.08130256+2.92627451e-13j 19045.45509671+3.73382558e-13j 16563.16933922+3.37135760e-13j ... 15461.89026462+1.92865962e-13j 16629.34959028+4.00191107e-13j 17746.57808136+1.48315516e-14j] [17777.70117984+4.07690748e-13j 17135.01942467+4.89715307e-13j 15692.91075637+5.87891579e-13j ... 14900.47784549+3.69013608e-13j 15940.83627691+5.70681049e-13j 16975.03475688+4.70957018e-13j] ... [16542.07905462+3.42243014e-13j 17075.44356733+2.35108258e-13j 16594.88262568-5.51103056e-13j ... 13814.8221334 +1.72417180e-13j 14419.21211114+4.71401849e-14j 15221.6093762 -6.36926922e-13j] [17773.83445644+1.65902715e-13j 18046.041693 +9.08390806e-14j 17199.29371156-1.52042118e-13j ... 14986.11008877+4.28216309e-13j 15117.89763406-7.46402660e-14j 15789.69170142-3.55892574e-14j] [19964.43968937+5.90648395e-13j 20284.96219415+1.79195076e-13j 18188.54046535+8.37780770e-13j ... 16173.29896176+6.86319033e-14j 16123.02504616+3.31838452e-13j 16865.12711653-1.53093863e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21300.36681117+7.68442863e-14j 21426.77342143+2.01057320e-13j 18295.75107447+2.83690471e-13j ... 16044.29548055+1.60291680e-13j 16783.68226037+1.69335426e-13j 18025.0812865 -1.02473174e-13j] [19514.08130256+2.92627451e-13j 19045.45509671+3.73382558e-13j 16563.16933922+3.37135760e-13j ... 15461.89026462+1.92865962e-13j 16629.34959028+4.00191107e-13j 17746.57808136+1.48315516e-14j] [17777.70117984+4.07690748e-13j 17135.01942467+4.89715307e-13j 15692.91075637+5.87891579e-13j ... 14900.47784549+3.69013608e-13j 15940.83627691+5.70681049e-13j 16975.03475688+4.70957018e-13j] ... [16542.07905462+3.42243014e-13j 17075.44356733+2.35108258e-13j 16594.88262568-5.51103056e-13j ... 13814.8221334 +1.72417180e-13j 14419.21211114+4.71401849e-14j 15221.6093762 -6.36926922e-13j] [17773.83445644+1.65902715e-13j 18046.041693 +9.08390806e-14j 17199.29371156-1.52042118e-13j ... 14986.11008877+4.28216309e-13j 15117.89763406-7.46402660e-14j 15789.69170142-3.55892574e-14j] [19964.43968937+5.90648395e-13j 20284.96219415+1.79195076e-13j 18188.54046535+8.37780770e-13j ... 16173.29896176+6.86319033e-14j 16123.02504616+3.31838452e-13j 16865.12711653-1.53093863e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646365.641089961+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646365.641089961+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646365.560795326: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646365.560795326: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646365.641089961: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646365.641089961: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21304.4406748 +2.46319221e-15j 21414.69143767+1.87751785e-13j 18279.06562554+1.83986283e-13j ... 16054.93251303-1.53778343e-14j 16796.6901123 -1.13951167e-13j 18030.50790205+9.48701370e-14j] [19521.2352387 +4.99516017e-14j 19038.10317126+2.71091124e-13j 16547.23489993+2.66554487e-13j ... 15486.14173176+6.48815141e-14j 16667.78227753-3.36962287e-14j 17768.64832553+2.38419516e-13j] [17772.44059096+3.44411884e-13j 17134.4277476 +5.15267577e-13j 15701.73045535+3.46078845e-13j ... 14872.65753689+2.16658778e-13j 15941.72252513+1.73596597e-13j 16980.7699697 +5.07595546e-13j] ... [16517.07788049+5.54268068e-15j 17062.27942348-1.71302802e-13j 16599.03867855-1.49194087e-13j ... 13820.25878983-3.19373108e-13j 14433.85159679-1.67448154e-13j 15211.43282361-6.01674840e-13j] [17767.55537397+1.83549839e-13j 18054.22411778+1.08116211e-13j 17205.35600312+1.74528293e-14j ... 15032.51261712+1.23777413e-14j 15144.95907996-3.06844397e-14j 15785.33076076-1.83488338e-13j] [19961.3392294 +4.29888463e-13j 20294.00773366+5.73132183e-13j 18205.72352239+3.51981763e-13j ... 16154.64592418+2.02669462e-13j 16101.73780383-4.92393510e-14j 16843.4647776 +3.03214483e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21304.4406748 +2.46319221e-15j 21414.69143767+1.87751785e-13j 18279.06562554+1.83986283e-13j ... 16054.93251303-1.53778343e-14j 16796.6901123 -1.13951167e-13j 18030.50790205+9.48701370e-14j] [19521.2352387 +4.99516017e-14j 19038.10317126+2.71091124e-13j 16547.23489993+2.66554487e-13j ... 15486.14173176+6.48815141e-14j 16667.78227753-3.36962287e-14j 17768.64832553+2.38419516e-13j] [17772.44059096+3.44411884e-13j 17134.4277476 +5.15267577e-13j 15701.73045535+3.46078845e-13j ... 14872.65753689+2.16658778e-13j 15941.72252513+1.73596597e-13j 16980.7699697 +5.07595546e-13j] ... [16517.07788049+5.54268068e-15j 17062.27942348-1.71302802e-13j 16599.03867855-1.49194087e-13j ... 13820.25878983-3.19373108e-13j 14433.85159679-1.67448154e-13j 15211.43282361-6.01674840e-13j] [17767.55537397+1.83549839e-13j 18054.22411778+1.08116211e-13j 17205.35600312+1.74528293e-14j ... 15032.51261712+1.23777413e-14j 15144.95907996-3.06844397e-14j 15785.33076076-1.83488338e-13j] [19961.3392294 +4.29888463e-13j 20294.00773366+5.73132183e-13j 18205.72352239+3.51981763e-13j ... 16154.64592418+2.02669462e-13j 16101.73780383-4.92393510e-14j 16843.4647776 +3.03214483e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646488.10882931+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646488.10882931+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646488.028533194: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646488.028533194: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646488.10882931: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646488.10882931: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21303.36004587-1.93393694e-14j 21396.50855094+1.35133114e-13j 18263.43126154+2.13604612e-13j ... 16070.92460457-8.28825597e-14j 16817.67480455-8.23803410e-14j 18037.98749714+8.24109895e-14j] [19527.62787845+1.01456123e-13j 19035.44131205+2.94590702e-13j 16537.14327141+4.17628450e-13j ... 15507.37349709+3.67128735e-14j 16703.17657509+1.11561743e-13j 17788.35290951+2.56810630e-13j] [17766.14258145+2.58216387e-13j 17136.26199147+5.74503876e-13j 15712.45688139+4.44531001e-13j ... 14845.82754951+1.70375125e-14j 15935.1498005 +5.63975371e-14j 16982.69362816+3.71936338e-13j] ... [16485.55907262+6.35530956e-13j 17046.47707154+2.72503696e-13j 16603.26221175-2.30153898e-13j ... 13831.6232422 -5.36200610e-14j 14446.86545302+7.27010986e-14j 15201.26848845+7.76598534e-14j] [17764.37568099+1.77290399e-13j 18063.96307528-4.26452525e-13j 17211.84217956-2.61384976e-13j ... 15079.95923803+2.42240134e-14j 15168.43643995+6.63867061e-14j 15783.71607572+7.95428127e-14j] [19961.1367216 +2.97659438e-13j 20300.40135592+4.25249707e-13j 18220.92888252+2.36095783e-13j ... 16136.1554045 -1.50082150e-13j 16084.12283784-1.76916053e-13j 16827.66332607+2.83171406e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21303.36004587-1.93393694e-14j 21396.50855094+1.35133114e-13j 18263.43126154+2.13604612e-13j ... 16070.92460457-8.28825597e-14j 16817.67480455-8.23803410e-14j 18037.98749714+8.24109895e-14j] [19527.62787845+1.01456123e-13j 19035.44131205+2.94590702e-13j 16537.14327141+4.17628450e-13j ... 15507.37349709+3.67128735e-14j 16703.17657509+1.11561743e-13j 17788.35290951+2.56810630e-13j] [17766.14258145+2.58216387e-13j 17136.26199147+5.74503876e-13j 15712.45688139+4.44531001e-13j ... 14845.82754951+1.70375125e-14j 15935.1498005 +5.63975371e-14j 16982.69362816+3.71936338e-13j] ... [16485.55907262+6.35530956e-13j 17046.47707154+2.72503696e-13j 16603.26221175-2.30153898e-13j ... 13831.6232422 -5.36200610e-14j 14446.86545302+7.27010986e-14j 15201.26848845+7.76598534e-14j] [17764.37568099+1.77290399e-13j 18063.96307528-4.26452525e-13j 17211.84217956-2.61384976e-13j ... 15079.95923803+2.42240134e-14j 15168.43643995+6.63867061e-14j 15783.71607572+7.95428127e-14j] [19961.1367216 +2.97659438e-13j 20300.40135592+4.25249707e-13j 18220.92888252+2.36095783e-13j ... 16136.1554045 -1.50082150e-13j 16084.12283784-1.76916053e-13j 16827.66332607+2.83171406e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646811.525555672-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646811.525555672-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646811.445255649: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646811.445255649: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646811.525555672: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646811.525555672: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21297.12492993-3.69038127e-14j 21372.18884088+1.20669626e-13j 18248.52373625+1.22874052e-13j ... 16091.35538281+2.16585126e-13j 16845.46783089-3.83166677e-16j 18046.8443013 -6.42931837e-14j] [19533.90522183+1.02609510e-14j 19037.79356014+2.80590240e-13j 16532.50060349+3.70289507e-13j ... 15524.51596931+2.75357224e-13j 16734.05997153+5.35818011e-14j 17805.33039695+1.35649827e-13j] [17759.15915642+4.60476102e-13j 17141.03029707+3.57979798e-13j 15723.79249485+4.62602297e-13j ... 14819.96476976+2.17695349e-13j 15922.41305068+7.28915529e-14j 16982.06889953+2.29360806e-13j] ... [16448.31321323+2.09513197e-13j 17026.60286732+1.32060941e-13j 16608.14108515-3.82725664e-14j ... 13852.19768827+3.29265735e-14j 14457.55711203-3.07951488e-14j 15190.85325486-1.67722797e-13j] [17764.63180455+2.52804499e-13j 18075.40056568+1.07309981e-13j 17220.24154846-3.47776177e-14j ... 15128.31732263+3.14807077e-13j 15188.48062559-2.00748474e-13j 15783.90472534-3.66906882e-14j] [19963.90523055-6.73067280e-13j 20304.3346288 -1.53788701e-13j 18233.98569232+5.93099861e-13j ... 16119.09856227+7.01588352e-13j 16071.82578344+7.99332044e-14j 16817.8649762 -1.87706811e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21297.12492993-3.69038127e-14j 21372.18884088+1.20669626e-13j 18248.52373625+1.22874052e-13j ... 16091.35538281+2.16585126e-13j 16845.46783089-3.83166677e-16j 18046.8443013 -6.42931837e-14j] [19533.90522183+1.02609510e-14j 19037.79356014+2.80590240e-13j 16532.50060349+3.70289507e-13j ... 15524.51596931+2.75357224e-13j 16734.05997153+5.35818011e-14j 17805.33039695+1.35649827e-13j] [17759.15915642+4.60476102e-13j 17141.03029707+3.57979798e-13j 15723.79249485+4.62602297e-13j ... 14819.96476976+2.17695349e-13j 15922.41305068+7.28915529e-14j 16982.06889953+2.29360806e-13j] ... [16448.31321323+2.09513197e-13j 17026.60286732+1.32060941e-13j 16608.14108515-3.82725664e-14j ... 13852.19768827+3.29265735e-14j 14457.55711203-3.07951488e-14j 15190.85325486-1.67722797e-13j] [17764.63180455+2.52804499e-13j 18075.40056568+1.07309981e-13j 17220.24154846-3.47776177e-14j ... 15128.31732263+3.14807077e-13j 15188.48062559-2.00748474e-13j 15783.90472534-3.66906882e-14j] [19963.90523055-6.73067280e-13j 20304.3346288 -1.53788701e-13j 18233.98569232+5.93099861e-13j ... 16119.09856227+7.01588352e-13j 16071.82578344+7.99332044e-14j 16817.8649762 -1.87706811e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647475.719708889-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647475.719708889-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647475.639400842: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647475.639400842: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647475.719708889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647475.719708889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.09041303934909911, 0.48255080655963667) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.09041303934909911, 0.48255080655963667) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00080357 0.000784 0.00076445 ... 0.00130607 0.00133095 0.00135562] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00080357 0.000784 0.00076445 ... 0.00130607 0.00133095 0.00135562] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080495 0.00078513 0.00076534 ... 0.00129971 0.00132486 0.00134983] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080495 0.00078513 0.00076534 ... 0.00129971 0.00132486 0.00134983] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080596 0.0007859 0.00076587 ... 0.00129282 0.00131825 0.00134351] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080596 0.0007859 0.00076587 ... 0.00129282 0.00131825 0.00134351] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00129957 0.00127186 0.00124405 ... 0.00070533 0.00072732 0.00074945] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00129957 0.00127186 0.00124405 ... 0.00070533 0.00072732 0.00074945] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00131087 0.0012834 0.0012558 ... 0.000709 0.00073082 0.00075278] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00131087 0.0012834 0.0012558 ... 0.000709 0.00073082 0.00075278] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00132167 0.00129444 0.00126708 ... 0.00071232 0.00073397 0.00075574]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00132167 0.00129444 0.00126708 ... 0.00071232 0.00073397 0.00075574]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:36.087738 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:36.087738 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793022001_03102_00001_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:80 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19074.16027669-1.74714959e-13j 19226.6353208 -1.94028020e-13j 16951.82403348+2.26704296e-14j ... 15166.85950127-6.13662431e-14j 15277.85409621-2.05190935e-13j 16137.87309782-2.95567892e-13j] [19452.26253466-4.20108353e-14j 19355.71875592+7.99073527e-14j 16571.85462597+1.34970980e-13j ... 14704.56650231+2.06817392e-13j 15544.35397553-1.85288811e-13j 16772.88513746-1.23361160e-13j] [17515.33573263-8.14562250e-14j 16958.09539012+2.16754499e-13j 14976.13606487+2.93564848e-13j ... 14165.48646031+7.96320811e-14j 15138.59393106-7.14090601e-14j 16180.12085328+1.30757749e-13j] ... [14313.26065793-1.29133394e-13j 14849.66439004-1.67087322e-13j 14407.64397106-4.28997894e-13j ... 12796.34677225-1.89652521e-13j 13154.61977156+4.05770615e-13j 13526.15470759-7.74006572e-13j] [15735.80049349-6.95255098e-14j 16103.63355673-1.09470879e-13j 15527.72026183-1.75512745e-13j ... 13012.71052739-1.27394564e-13j 13491.32012937+3.84203157e-13j 14358.93848715-4.12138471e-13j] [16964.15948136-4.63007202e-13j 17110.64457598-2.74374085e-13j 16062.21957354-1.72014051e-13j ... 14219.97851934-9.04490050e-14j 14206.44213952+1.24763897e-13j 14897.98668546-5.03588124e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19074.16027669-1.74714959e-13j 19226.6353208 -1.94028020e-13j 16951.82403348+2.26704296e-14j ... 15166.85950127-6.13662431e-14j 15277.85409621-2.05190935e-13j 16137.87309782-2.95567892e-13j] [19452.26253466-4.20108353e-14j 19355.71875592+7.99073527e-14j 16571.85462597+1.34970980e-13j ... 14704.56650231+2.06817392e-13j 15544.35397553-1.85288811e-13j 16772.88513746-1.23361160e-13j] [17515.33573263-8.14562250e-14j 16958.09539012+2.16754499e-13j 14976.13606487+2.93564848e-13j ... 14165.48646031+7.96320811e-14j 15138.59393106-7.14090601e-14j 16180.12085328+1.30757749e-13j] ... [14313.26065793-1.29133394e-13j 14849.66439004-1.67087322e-13j 14407.64397106-4.28997894e-13j ... 12796.34677225-1.89652521e-13j 13154.61977156+4.05770615e-13j 13526.15470759-7.74006572e-13j] [15735.80049349-6.95255098e-14j 16103.63355673-1.09470879e-13j 15527.72026183-1.75512745e-13j ... 13012.71052739-1.27394564e-13j 13491.32012937+3.84203157e-13j 14358.93848715-4.12138471e-13j] [16964.15948136-4.63007202e-13j 17110.64457598-2.74374085e-13j 16062.21957354-1.72014051e-13j ... 14219.97851934-9.04490050e-14j 14206.44213952+1.24763897e-13j 14897.98668546-5.03588124e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160686.685527395-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160686.685527395-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160687.085962279: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160687.085962279: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160686.685527395: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160686.685527395: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19072.78523136+1.20931725e-14j 19240.55652287-1.25094659e-13j 16964.16621307-3.91251344e-14j ... 15147.66948333-8.52049436e-14j 15248.37842967-1.77558792e-13j 16108.11938388-9.82730284e-14j] [19470.25121655+1.13576139e-13j 19350.5466685 +8.33582082e-14j 16542.12962385+1.35651091e-13j ... 14713.12314946+5.92467746e-14j 15546.45441697-1.16326850e-13j 16779.81606193-7.24740805e-15j] [17523.84861482+2.43019562e-13j 16944.42833408+2.92349198e-13j 14954.55553102+3.20587126e-13j ... 14177.75626508+1.39060107e-13j 15173.45925558+2.00609061e-14j 16205.88971964+5.32724145e-14j] ... [14285.89028996-2.72193575e-13j 14811.9531229 -7.82091906e-14j 14413.24044591-1.99816453e-13j ... 12777.95130923-5.09001547e-13j 13126.73276111-1.64067780e-14j 13500.36596657-3.08640172e-13j] [15734.10753218+3.18916759e-13j 16101.73737826-2.84682198e-13j 15538.30213382-7.96939855e-13j ... 13034.83718623-5.92795868e-13j 13514.80956197-4.65524754e-14j 14355.51824154+1.82178579e-13j] [16949.90851755-4.12999730e-14j 17118.22869942+1.94020129e-13j 16079.93434685-4.34445594e-13j ... 14250.40786473-3.37632190e-13j 14221.82270164-2.34251077e-13j 14874.61453975-3.33376491e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19072.78523136+1.20931725e-14j 19240.55652287-1.25094659e-13j 16964.16621307-3.91251344e-14j ... 15147.66948333-8.52049436e-14j 15248.37842967-1.77558792e-13j 16108.11938388-9.82730284e-14j] [19470.25121655+1.13576139e-13j 19350.5466685 +8.33582082e-14j 16542.12962385+1.35651091e-13j ... 14713.12314946+5.92467746e-14j 15546.45441697-1.16326850e-13j 16779.81606193-7.24740805e-15j] [17523.84861482+2.43019562e-13j 16944.42833408+2.92349198e-13j 14954.55553102+3.20587126e-13j ... 14177.75626508+1.39060107e-13j 15173.45925558+2.00609061e-14j 16205.88971964+5.32724145e-14j] ... [14285.89028996-2.72193575e-13j 14811.9531229 -7.82091906e-14j 14413.24044591-1.99816453e-13j ... 12777.95130923-5.09001547e-13j 13126.73276111-1.64067780e-14j 13500.36596657-3.08640172e-13j] [15734.10753218+3.18916759e-13j 16101.73737826-2.84682198e-13j 15538.30213382-7.96939855e-13j ... 13034.83718623-5.92795868e-13j 13514.80956197-4.65524754e-14j 14355.51824154+1.82178579e-13j] [16949.90851755-4.12999730e-14j 17118.22869942+1.94020129e-13j 16079.93434685-4.34445594e-13j ... 14250.40786473-3.37632190e-13j 14221.82270164-2.34251077e-13j 14874.61453975-3.33376491e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160041.4684983045+2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160041.4684983045+2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160041.868891248: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160041.868891248: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160041.4684983045: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160041.4684983045: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19071.69856629-3.27459135e-14j 19251.6740214 -5.93039352e-14j 16977.50553817+1.72890213e-13j ... 15127.13522344-1.17104698e-13j 15220.58109056-1.45819905e-13j 16082.53522181-9.94205278e-14j] [19484.94365397+1.45988036e-13j 19342.75095684+9.79403224e-14j 16515.29818146+2.90849318e-13j ... 14727.1056259 +1.27029841e-13j 15556.67564942-7.46155023e-14j 16789.84777744-4.89082396e-14j] [17529.66718689+2.42589397e-13j 16932.55863108+3.33715016e-13j 14938.44628026+3.48305451e-13j ... 14189.66111054+2.74248918e-13j 15207.61412648+1.07310944e-13j 16228.69916201+5.71209187e-14j] ... [14258.94796641+1.27612730e-14j 14779.28643751+1.22890392e-13j 14414.79798142+5.25748994e-13j ... 12754.65364476-3.51998608e-13j 13103.15780706+2.15502854e-14j 13472.77535271+2.51377140e-13j] [15728.70765448+1.88308762e-13j 16100.36511738+5.37104831e-13j 15545.44897438-1.88052563e-13j ... 13056.23403465-2.38370797e-13j 13539.97424817+1.84036626e-13j 14351.40083736+2.61927118e-13j] [16937.12734737-5.41296642e-14j 17125.17134856+4.19557688e-13j 16093.97394429-4.50465137e-13j ... 14279.46391556-1.92300148e-13j 14236.27355823+5.75730434e-13j 14855.06344672+4.58520318e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19071.69856629-3.27459135e-14j 19251.6740214 -5.93039352e-14j 16977.50553817+1.72890213e-13j ... 15127.13522344-1.17104698e-13j 15220.58109056-1.45819905e-13j 16082.53522181-9.94205278e-14j] [19484.94365397+1.45988036e-13j 19342.75095684+9.79403224e-14j 16515.29818146+2.90849318e-13j ... 14727.1056259 +1.27029841e-13j 15556.67564942-7.46155023e-14j 16789.84777744-4.89082396e-14j] [17529.66718689+2.42589397e-13j 16932.55863108+3.33715016e-13j 14938.44628026+3.48305451e-13j ... 14189.66111054+2.74248918e-13j 15207.61412648+1.07310944e-13j 16228.69916201+5.71209187e-14j] ... [14258.94796641+1.27612730e-14j 14779.28643751+1.22890392e-13j 14414.79798142+5.25748994e-13j ... 12754.65364476-3.51998608e-13j 13103.15780706+2.15502854e-14j 13472.77535271+2.51377140e-13j] [15728.70765448+1.88308762e-13j 16100.36511738+5.37104831e-13j 15545.44897438-1.88052563e-13j ... 13056.23403465-2.38370797e-13j 13539.97424817+1.84036626e-13j 14351.40083736+2.61927118e-13j] [16937.12734737-5.41296642e-14j 17125.17134856+4.19557688e-13j 16093.97394429-4.50465137e-13j ... 14279.46391556-1.92300148e-13j 14236.27355823+5.75730434e-13j 14855.06344672+4.58520318e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159633.043173858-8.077935669463161e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159633.043173858-8.077935669463161e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159633.443540255: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159633.443540255: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159633.043173858: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159633.043173858: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.81571149+1.35359175e-13j 19259.17203708+4.96535592e-14j 16990.87373562+1.30117871e-13j ... 15106.4586448 +1.82831981e-13j 15195.79290571-1.95158303e-13j 16061.52040688-1.35014588e-13j] [19495.45067435+3.05612998e-13j 19331.86940115+1.12891504e-13j 16491.26679335+2.39529412e-13j ... 14746.3206419 +2.21131841e-13j 15574.72750914+1.54543337e-13j 16802.17752916-7.13081526e-14j] [17533.63831913+5.39480356e-13j 16924.27012383+1.96202998e-13j 14928.1107234 +2.92210433e-13j ... 14200.04236864+3.29242642e-13j 15239.14292287+2.96670497e-13j 16248.30071145+6.81562256e-14j] ... [14230.64866374-1.19017360e-13j 14751.6048861 +5.96007984e-14j 14413.11602828-3.37140738e-13j ... 12725.19572193+5.89161484e-14j 13083.42811046+1.39705568e-13j 13445.16921586-5.47249357e-13j] [15718.59507808+1.73631921e-13j 16098.80124569+9.68553034e-15j 15550.46243374-8.88445944e-16j ... 13078.82717108+3.69328126e-13j 13565.35046967-1.68633244e-13j 14346.91206144-1.55118896e-13j] [16927.20615656-2.51422920e-13j 17132.52619587+4.66801534e-14j 16105.32923371+4.43019129e-13j ... 14307.35880937+1.31038022e-14j 14248.86915703+3.40221118e-13j 14839.76045336+2.99996984e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.81571149+1.35359175e-13j 19259.17203708+4.96535592e-14j 16990.87373562+1.30117871e-13j ... 15106.4586448 +1.82831981e-13j 15195.79290571-1.95158303e-13j 16061.52040688-1.35014588e-13j] [19495.45067435+3.05612998e-13j 19331.86940115+1.12891504e-13j 16491.26679335+2.39529412e-13j ... 14746.3206419 +2.21131841e-13j 15574.72750914+1.54543337e-13j 16802.17752916-7.13081526e-14j] [17533.63831913+5.39480356e-13j 16924.27012383+1.96202998e-13j 14928.1107234 +2.92210433e-13j ... 14200.04236864+3.29242642e-13j 15239.14292287+2.96670497e-13j 16248.30071145+6.81562256e-14j] ... [14230.64866374-1.19017360e-13j 14751.6048861 +5.96007984e-14j 14413.11602828-3.37140738e-13j ... 12725.19572193+5.89161484e-14j 13083.42811046+1.39705568e-13j 13445.16921586-5.47249357e-13j] [15718.59507808+1.73631921e-13j 16098.80124569+9.68553034e-15j 15550.46243374-8.88445944e-16j ... 13078.82717108+3.69328126e-13j 13565.35046967-1.68633244e-13j 14346.91206144-1.55118896e-13j] [16927.20615656-2.51422920e-13j 17132.52619587+4.66801534e-14j 16105.32923371+4.43019129e-13j ... 14307.35880937+1.31038022e-14j 14248.86915703+3.40221118e-13j 14839.76045336+2.99996984e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159507.977941813+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159507.977941813+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159508.378300082: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159508.378300082: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159507.977941813: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159507.977941813: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.05742144-5.63012694e-14j 19262.4710802 +7.26321730e-14j 17003.37466117+2.61481859e-14j ... 15086.96083927+1.28379412e-13j 15175.4957023 -1.78902423e-13j 16045.35869445-2.23904217e-13j] [19501.19045562+4.49868362e-14j 19317.58289782+2.05801920e-13j 16469.88584662-5.21064023e-15j ... 14770.04420604+2.05875478e-13j 15599.76031741-1.98619075e-13j 16815.89553939-1.40308029e-13j] [17536.69177559+5.69414791e-14j 16921.0360312 +5.43366735e-13j 14923.35175634+7.72184450e-14j ... 14207.81412177+2.10535916e-13j 15266.45863305-5.23369980e-14j 16264.59115461-3.84969723e-14j] ... [14199.79623375-3.87535376e-13j 14728.12614973-1.56655949e-13j 14409.33683981+2.14490387e-13j ... 12689.91349337-6.32005253e-14j 13066.45284994-2.58409674e-13j 13419.45473674+6.09240766e-14j] [15703.33149524-1.41127944e-14j 16096.07913774+7.81804499e-14j 15554.62865739+8.80530726e-13j ... 13104.92856916-1.37084184e-13j 13589.46632001-2.55343529e-13j 14342.12334548+5.17128307e-14j] [16921.28448203-3.87246357e-13j 17141.19113704+2.00086522e-13j 16115.17009723-5.79050824e-14j ... 14334.30395307+3.03417842e-13j 14259.11093103-1.48233594e-13j 14828.72785268+6.20342996e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.05742144-5.63012694e-14j 19262.4710802 +7.26321730e-14j 17003.37466117+2.61481859e-14j ... 15086.96083927+1.28379412e-13j 15175.4957023 -1.78902423e-13j 16045.35869445-2.23904217e-13j] [19501.19045562+4.49868362e-14j 19317.58289782+2.05801920e-13j 16469.88584662-5.21064023e-15j ... 14770.04420604+2.05875478e-13j 15599.76031741-1.98619075e-13j 16815.89553939-1.40308029e-13j] [17536.69177559+5.69414791e-14j 16921.0360312 +5.43366735e-13j 14923.35175634+7.72184450e-14j ... 14207.81412177+2.10535916e-13j 15266.45863305-5.23369980e-14j 16264.59115461-3.84969723e-14j] ... [14199.79623375-3.87535376e-13j 14728.12614973-1.56655949e-13j 14409.33683981+2.14490387e-13j ... 12689.91349337-6.32005253e-14j 13066.45284994-2.58409674e-13j 13419.45473674+6.09240766e-14j] [15703.33149524-1.41127944e-14j 16096.07913774+7.81804499e-14j 15554.62865739+8.80530726e-13j ... 13104.92856916-1.37084184e-13j 13589.46632001-2.55343529e-13j 14342.12334548+5.17128307e-14j] [16921.28448203-3.87246357e-13j 17141.19113704+2.00086522e-13j 16115.17009723-5.79050824e-14j ... 14334.30395307+3.03417842e-13j 14259.11093103-1.48233594e-13j 14828.72785268+6.20342996e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159621.474709565+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159621.474709565+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159621.875075211: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159621.875075211: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159621.474709565: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159621.474709565: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19069.35325062-7.22820951e-14j 19261.2965034 -2.73882611e-15j 17014.24786027+4.89796295e-14j ... 15069.89088925-1.16077137e-13j 15161.12800167-5.24049297e-13j 16034.19320525-6.07036386e-14j] [19501.93297352+5.63682318e-15j 19299.76484094+4.40710131e-14j 16450.99470677+1.25626562e-13j ... 14797.08102178+2.45905120e-14j 15630.43409711-4.88752195e-13j 16830.07293251+1.12693967e-13j] [17539.75598215+1.00912697e-13j 16923.83176178+1.79337750e-13j 14923.58521832+3.35417170e-13j ... 14212.1241263 +1.30392375e-13j 15288.45210362-6.06205801e-13j 16277.6229313 +2.30174794e-13j] ... [14165.95732363-8.46202381e-13j 14707.517018 -2.61762643e-13j 14404.77482228-5.26293356e-13j ... 12650.77309377-9.08726826e-14j 13050.78311657-2.10665637e-14j 13397.27244672-2.49736885e-14j] [15683.0373217 -1.27613056e-13j 16091.13307175+1.05838502e-14j 15559.05430827-3.49568852e-13j ... 13136.83489342-3.79722318e-13j 13611.12996534-5.89861427e-14j 14336.77870455+1.98098619e-13j] [16920.12471387-1.49023028e-14j 17151.82646918-9.94294951e-14j 16124.69953798+2.67971454e-14j ... 14360.47927757-2.85131763e-13j 14267.07710711-3.31341112e-13j 14821.6453254 +1.60977465e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19069.35325062-7.22820951e-14j 19261.2965034 -2.73882611e-15j 17014.24786027+4.89796295e-14j ... 15069.89088925-1.16077137e-13j 15161.12800167-5.24049297e-13j 16034.19320525-6.07036386e-14j] [19501.93297352+5.63682318e-15j 19299.76484094+4.40710131e-14j 16450.99470677+1.25626562e-13j ... 14797.08102178+2.45905120e-14j 15630.43409711-4.88752195e-13j 16830.07293251+1.12693967e-13j] [17539.75598215+1.00912697e-13j 16923.83176178+1.79337750e-13j 14923.58521832+3.35417170e-13j ... 14212.1241263 +1.30392375e-13j 15288.45210362-6.06205801e-13j 16277.6229313 +2.30174794e-13j] ... [14165.95732363-8.46202381e-13j 14707.517018 -2.61762643e-13j 14404.77482228-5.26293356e-13j ... 12650.77309377-9.08726826e-14j 13050.78311657-2.10665637e-14j 13397.27244672-2.49736885e-14j] [15683.0373217 -1.27613056e-13j 16091.13307175+1.05838502e-14j 15559.05430827-3.49568852e-13j ... 13136.83489342-3.79722318e-13j 13611.12996534-5.89861427e-14j 14336.77870455+1.98098619e-13j] [16920.12471387-1.49023028e-14j 17151.82646918-9.94294951e-14j 16124.69953798+2.67971454e-14j ... 14360.47927757-2.85131763e-13j 14267.07710711-3.31341112e-13j 14821.6453254 +1.60977465e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159921.200606965+6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159921.200606965+6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159921.600992093: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159921.600992093: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159921.200606965: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159921.200606965: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19068.64147111-4.25073587e-14j 19255.71886487+4.36219704e-14j 17022.9272476 +9.09176709e-14j ... 15056.24646476-4.00256972e-14j 15153.88000215-5.91938335e-14j 16028.01305269-1.55965339e-13j] [19497.81166506-1.78854150e-15j 19278.51721938+6.65101552e-14j 16434.46243264+1.17362167e-13j ... 14825.90751996+1.19504225e-13j 15665.05258109+2.07741298e-13j 16843.86083043+2.93457508e-14j] [17543.66618393+9.67312341e-15j 16933.00054378+2.40131446e-13j 14927.99148135+1.32020592e-14j ... 14212.4560048 +2.15880710e-13j 15304.56412418+3.41596678e-13j 16287.60012007+2.24841158e-13j] ... [14129.48970785-2.91392476e-14j 14688.13801222+2.12471696e-13j 14400.72606089-1.15604477e-13j ... 12611.09411205+1.66583537e-14j 13034.96692198-2.67149581e-13j 13379.65857223-4.62300020e-13j] [15658.30517637-1.25248923e-13j 16082.96755684-4.95076783e-13j 15564.54317822-4.10438369e-13j ... 13176.41355969-1.90817017e-14j 13629.7005342 +1.32694559e-13j 14330.31333643-6.01930522e-13j] [16924.01454082-3.48726216e-13j 17164.79667119-6.89370538e-14j 16135.0057797 +2.65847476e-13j ... 14385.99574353-1.77045615e-13j 14273.46655925-1.77362385e-13j 14817.94918828+9.90164278e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19068.64147111-4.25073587e-14j 19255.71886487+4.36219704e-14j 17022.9272476 +9.09176709e-14j ... 15056.24646476-4.00256972e-14j 15153.88000215-5.91938335e-14j 16028.01305269-1.55965339e-13j] [19497.81166506-1.78854150e-15j 19278.51721938+6.65101552e-14j 16434.46243264+1.17362167e-13j ... 14825.90751996+1.19504225e-13j 15665.05258109+2.07741298e-13j 16843.86083043+2.93457508e-14j] [17543.66618393+9.67312341e-15j 16933.00054378+2.40131446e-13j 14927.99148135+1.32020592e-14j ... 14212.4560048 +2.15880710e-13j 15304.56412418+3.41596678e-13j 16287.60012007+2.24841158e-13j] ... [14129.48970785-2.91392476e-14j 14688.13801222+2.12471696e-13j 14400.72606089-1.15604477e-13j ... 12611.09411205+1.66583537e-14j 13034.96692198-2.67149581e-13j 13379.65857223-4.62300020e-13j] [15658.30517637-1.25248923e-13j 16082.96755684-4.95076783e-13j 15564.54317822-4.10438369e-13j ... 13176.41355969-1.90817017e-14j 13629.7005342 +1.32694559e-13j 14330.31333643-6.01930522e-13j] [16924.01454082-3.48726216e-13j 17164.79667119-6.89370538e-14j 16135.0057797 +2.65847476e-13j ... 14385.99574353-1.77045615e-13j 14273.46655925-1.77362385e-13j 14817.94918828+9.90164278e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160536.7414012235+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160536.7414012235+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160537.14182636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160537.14182636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160536.7414012235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160536.7414012235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.0661461926215714, 0.12676799754768706) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.0661461926215714, 0.12676799754768706) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00135252 0.00132714 0.00130157 ... 0.00075368 0.00077437 0.00079512] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00135252 0.00132714 0.00130157 ... 0.00075368 0.00077437 0.00079512] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0013455 0.00131983 0.00129399 ... 0.00075257 0.00077348 0.00079445] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0013455 0.00131983 0.00129399 ... 0.00075257 0.00077348 0.00079445] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00133794 0.00131199 0.00128589 ... 0.00075111 0.00077222 0.00079341] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00133794 0.00131199 0.00128589 ... 0.00075111 0.00077222 0.00079341] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082034 0.00079846 0.00077665 ... 0.00122138 0.00124836 0.00127523] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082034 0.00079846 0.00077665 ... 0.00122138 0.00124836 0.00127523] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082212 0.00080045 0.00077885 ... 0.00123124 0.00125798 0.00128461] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082212 0.00080045 0.00077885 ... 0.00123124 0.00125798 0.00128461] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082352 0.00080207 0.00078068 ... 0.00124061 0.00126711 0.00129349]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082352 0.00080207 0.00078068 ... 0.00124061 0.00126711 0.00129349]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:33.44425 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:33.44425 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793022001_03102_00003_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21317.33382123-1.61184094e-13j 19942.98340123-8.88274583e-15j 17466.67242274+3.69423473e-14j ... 16385.59886132-8.33162317e-14j 16424.32970669-3.25144146e-13j 18524.20260883-4.35554896e-13j] [20720.86729096+9.32290264e-14j 19105.7624108 +2.87336098e-13j 16563.16533549+2.70580012e-13j ... 15911.10842908+6.11125556e-14j 16719.21962227-1.08509626e-13j 18599.84349241-2.80847816e-13j] [18180.07810267+1.40796569e-13j 16800.92935639+2.99759255e-13j 15346.27540174+2.32341600e-13j ... 15360.8790961 +3.74095654e-13j 16275.57017612+1.39595987e-14j 17395.98656819-2.31273859e-13j] ... [15901.88252068-3.55703107e-13j 16172.37677528-2.80510192e-13j 15266.4075778 -1.34933130e-13j ... 13772.94873189-5.99527702e-13j 14149.0703829 -7.22520517e-13j 14893.11945445-4.56503641e-13j] [17218.59466635-2.76461421e-13j 17107.97583601+1.55421607e-14j 16308.44095222+1.55169897e-13j ... 14240.45190177-4.32853456e-13j 14602.50305569-7.70786893e-14j 15907.94280807-4.73239743e-13j] [18891.91419172-4.37277389e-13j 18159.34250353-5.60631366e-13j 16973.60515162-4.07460095e-13j ... 15592.86950819-3.95126372e-13j 15295.05134898-1.71612148e-13j 16870.12532509-3.97361336e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21317.33382123-1.61184094e-13j 19942.98340123-8.88274583e-15j 17466.67242274+3.69423473e-14j ... 16385.59886132-8.33162317e-14j 16424.32970669-3.25144146e-13j 18524.20260883-4.35554896e-13j] [20720.86729096+9.32290264e-14j 19105.7624108 +2.87336098e-13j 16563.16533549+2.70580012e-13j ... 15911.10842908+6.11125556e-14j 16719.21962227-1.08509626e-13j 18599.84349241-2.80847816e-13j] [18180.07810267+1.40796569e-13j 16800.92935639+2.99759255e-13j 15346.27540174+2.32341600e-13j ... 15360.8790961 +3.74095654e-13j 16275.57017612+1.39595987e-14j 17395.98656819-2.31273859e-13j] ... [15901.88252068-3.55703107e-13j 16172.37677528-2.80510192e-13j 15266.4075778 -1.34933130e-13j ... 13772.94873189-5.99527702e-13j 14149.0703829 -7.22520517e-13j 14893.11945445-4.56503641e-13j] [17218.59466635-2.76461421e-13j 17107.97583601+1.55421607e-14j 16308.44095222+1.55169897e-13j ... 14240.45190177-4.32853456e-13j 14602.50305569-7.70786893e-14j 15907.94280807-4.73239743e-13j] [18891.91419172-4.37277389e-13j 18159.34250353-5.60631366e-13j 16973.60515162-4.07460095e-13j ... 15592.86950819-3.95126372e-13j 15295.05134898-1.71612148e-13j 16870.12532509-3.97361336e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542664.314978508+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542664.314978508+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542664.427862845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542664.427862845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542664.314978508: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542664.314978508: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21328.03493822-1.19048848e-13j 19951.17062658-2.25447029e-14j 17467.82907784+8.47599708e-14j ... 16358.41830223-1.25745493e-13j 16393.82211818-2.26628867e-13j 18509.6795268 -2.52736558e-13j] [20732.3065549 +2.64489641e-14j 19080.21318647+1.43788341e-13j 16528.19675309+1.97673483e-13j ... 15929.08031662+1.72896099e-13j 16733.09723475-9.26472097e-14j 18616.05777899-9.14659148e-14j] [18182.72018642+3.25040362e-13j 16785.40050985+3.97119600e-13j 15345.70197124+3.82299741e-13j ... 15376.74853979+2.20644090e-13j 16313.1585269 -1.68203381e-13j 17414.88417154+1.00314364e-13j] ... [15873.957642 -4.32718601e-13j 16149.79922426-2.46020234e-13j 15292.25820151+3.58997955e-13j ... 13761.39000024-5.48989453e-13j 14125.92736757-9.46874650e-14j 14873.50119704-1.05535566e-12j] [17218.41541209-2.15053191e-13j 17112.74347692-2.01008872e-13j 16323.06488985-2.25112546e-13j ... 14286.0106533 -3.69709983e-13j 14620.09748438+2.46030101e-13j 15900.20388794-7.02899207e-13j] [18886.79635458+4.24149394e-13j 18175.52513274+3.85754225e-13j 16998.44349739-3.01642302e-13j ... 15611.96760154-3.86371729e-13j 15285.09536315-5.63611013e-13j 16839.0256008 -7.44739480e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21328.03493822-1.19048848e-13j 19951.17062658-2.25447029e-14j 17467.82907784+8.47599708e-14j ... 16358.41830223-1.25745493e-13j 16393.82211818-2.26628867e-13j 18509.6795268 -2.52736558e-13j] [20732.3065549 +2.64489641e-14j 19080.21318647+1.43788341e-13j 16528.19675309+1.97673483e-13j ... 15929.08031662+1.72896099e-13j 16733.09723475-9.26472097e-14j 18616.05777899-9.14659148e-14j] [18182.72018642+3.25040362e-13j 16785.40050985+3.97119600e-13j 15345.70197124+3.82299741e-13j ... 15376.74853979+2.20644090e-13j 16313.1585269 -1.68203381e-13j 17414.88417154+1.00314364e-13j] ... [15873.957642 -4.32718601e-13j 16149.79922426-2.46020234e-13j 15292.25820151+3.58997955e-13j ... 13761.39000024-5.48989453e-13j 14125.92736757-9.46874650e-14j 14873.50119704-1.05535566e-12j] [17218.41541209-2.15053191e-13j 17112.74347692-2.01008872e-13j 16323.06488985-2.25112546e-13j ... 14286.0106533 -3.69709983e-13j 14620.09748438+2.46030101e-13j 15900.20388794-7.02899207e-13j] [18886.79635458+4.24149394e-13j 18175.52513274+3.85754225e-13j 16998.44349739-3.01642302e-13j ... 15611.96760154-3.86371729e-13j 15285.09536315-5.63611013e-13j 16839.0256008 -7.44739480e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541979.092916889-1.0339757656912846e-25j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541979.092916889-1.0339757656912846e-25j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541979.2057894: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541979.2057894: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541979.092916889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541979.092916889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535726: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535726: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21335.78821292-1.10671488e-13j 19956.86490963+7.07828224e-14j 17473.32152892+1.64466281e-13j ... 16332.8611618 -3.86826275e-13j 16367.68573069-3.31042445e-13j 18497.65984251-3.95300168e-13j] [20740.30056952+9.86805045e-14j 19055.43549277+2.08105776e-13j 16497.23804073+2.40709037e-13j ... 15954.27838616-2.44273708e-13j 16753.34199426-1.68782270e-13j 18632.08241274-1.66661022e-13j] [18184.17480276+2.57922556e-13j 16773.57460464+1.50718880e-13j 15349.69495224+1.66686727e-13j ... 15390.74391864-3.05779994e-13j 16345.94471016-1.92039053e-13j 17429.57529714-8.33274986e-14j] ... [15847.66079671-4.76655609e-13j 16129.21699765-9.08259557e-14j 15314.7609933 +2.15294201e-13j ... 13748.31145292+9.46260526e-14j 14105.65669895-2.21083045e-13j 14849.63296982-4.92601824e-13j] [17216.30742509-7.88267518e-15j 17116.81749555+8.61033305e-15j 16331.56119299+2.59357562e-13j ... 14330.75542585-2.10541401e-13j 14640.33393792-2.55055997e-14j 15891.13476271-6.55639302e-14j] [18882.49357554-1.78065513e-13j 18190.03988134-9.49793688e-15j 17019.9352492 -4.73960065e-13j ... 15626.87979412-4.41561144e-13j 15276.79141395-4.00354115e-13j 16812.72395319-3.34827023e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21335.78821292-1.10671488e-13j 19956.86490963+7.07828224e-14j 17473.32152892+1.64466281e-13j ... 16332.8611618 -3.86826275e-13j 16367.68573069-3.31042445e-13j 18497.65984251-3.95300168e-13j] [20740.30056952+9.86805045e-14j 19055.43549277+2.08105776e-13j 16497.23804073+2.40709037e-13j ... 15954.27838616-2.44273708e-13j 16753.34199426-1.68782270e-13j 18632.08241274-1.66661022e-13j] [18184.17480276+2.57922556e-13j 16773.57460464+1.50718880e-13j 15349.69495224+1.66686727e-13j ... 15390.74391864-3.05779994e-13j 16345.94471016-1.92039053e-13j 17429.57529714-8.33274986e-14j] ... [15847.66079671-4.76655609e-13j 16129.21699765-9.08259557e-14j 15314.7609933 +2.15294201e-13j ... 13748.31145292+9.46260526e-14j 14105.65669895-2.21083045e-13j 14849.63296982-4.92601824e-13j] [17216.30742509-7.88267518e-15j 17116.81749555+8.61033305e-15j 16331.56119299+2.59357562e-13j ... 14330.75542585-2.10541401e-13j 14640.33393792-2.55055997e-14j 15891.13476271-6.55639302e-14j] [18882.49357554-1.78065513e-13j 18190.03988134-9.49793688e-15j 17019.9352492 -4.73960065e-13j ... 15626.87979412-4.41561144e-13j 15276.79141395-4.00354115e-13j 16812.72395319-3.34827023e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541545.344224251+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541545.344224251+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541545.457089281: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541545.457089281: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541545.344224251: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541545.344224251: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.72609872-7.34715852e-14j 19958.81259293+1.26549212e-13j 17482.36469338+1.58467185e-13j ... 16310.65671191-1.96457855e-13j 16346.83518375-8.95659398e-14j 18487.92522136-1.37854474e-13j] [20744.62542228+1.33859996e-13j 19031.6477693 +2.18515826e-13j 16470.83703181+1.72038488e-13j ... 15985.64286093+5.25732787e-14j 16779.03447957+9.15418318e-14j 18647.15768926+1.11896092e-13j] [18185.65352653-4.23853405e-14j 16766.97479014+1.88721702e-13j 15357.45859139+1.71789861e-13j ... 15401.19621402+2.57068251e-13j 16372.80900971+3.74507285e-13j 17440.60562649+1.99653325e-13j] ... [15820.5158504 -1.66425383e-13j 16111.14752736-6.56115737e-13j 15333.48294873+9.98711534e-14j ... 13732.47933432-3.74821434e-13j 14088.83985998-6.56401175e-13j 14822.10846223-1.81908140e-13j] [17211.50564461-4.79465900e-13j 17120.9020872 +7.02095759e-14j 16335.21679937-1.09742021e-13j ... 14374.60924342-8.20965187e-14j 14661.88403066+8.36288521e-14j 15881.31500962-1.65205181e-13j] [18880.31419645+3.74490978e-13j 18203.72608302-2.28034417e-13j 17037.74512073+3.64911134e-13j ... 15637.79313815-6.58621448e-13j 15269.66410266-6.68579536e-15j 16792.39248275-3.42305418e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.72609872-7.34715852e-14j 19958.81259293+1.26549212e-13j 17482.36469338+1.58467185e-13j ... 16310.65671191-1.96457855e-13j 16346.83518375-8.95659398e-14j 18487.92522136-1.37854474e-13j] [20744.62542228+1.33859996e-13j 19031.6477693 +2.18515826e-13j 16470.83703181+1.72038488e-13j ... 15985.64286093+5.25732787e-14j 16779.03447957+9.15418318e-14j 18647.15768926+1.11896092e-13j] [18185.65352653-4.23853405e-14j 16766.97479014+1.88721702e-13j 15357.45859139+1.71789861e-13j ... 15401.19621402+2.57068251e-13j 16372.80900971+3.74507285e-13j 17440.60562649+1.99653325e-13j] ... [15820.5158504 -1.66425383e-13j 16111.14752736-6.56115737e-13j 15333.48294873+9.98711534e-14j ... 13732.47933432-3.74821434e-13j 14088.83985998-6.56401175e-13j 14822.10846223-1.81908140e-13j] [17211.50564461-4.79465900e-13j 17120.9020872 +7.02095759e-14j 16335.21679937-1.09742021e-13j ... 14374.60924342-8.20965187e-14j 14661.88403066+8.36288521e-14j 15881.31500962-1.65205181e-13j] [18880.31419645+3.74490978e-13j 18203.72608302-2.28034417e-13j 17037.74512073+3.64911134e-13j ... 15637.79313815-6.58621448e-13j 15269.66410266-6.68579536e-15j 16792.39248275-3.42305418e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541412.524642197+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541412.524642197+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541412.637504936: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541412.637504936: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541412.524642197: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541412.524642197: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.24355561-1.41070188e-14j 19956.02527748+1.28690709e-13j 17494.02014354+2.24601272e-13j ... 16293.42600323-4.25202978e-13j 16332.13113621-3.21797762e-13j 18480.23276993-2.53763437e-13j] [20745.28551056+1.98191030e-13j 19008.92684898+7.15844910e-14j 16449.54829173+2.80059638e-13j ... 16021.54218558-2.99906591e-13j 16808.88181841-2.73174838e-13j 18660.6028862 -1.47495185e-13j] [18188.38448046+2.52346507e-13j 16766.6353141 -2.62107796e-13j 15367.90582146+5.41014834e-13j ... 15406.77456246-3.15707232e-13j 16393.15766271-1.86350553e-13j 17448.60630611+1.01507931e-13j] ... [15790.34906138+3.90242684e-14j 16095.50953031+6.30302734e-13j 15348.45009977-6.25944072e-14j ... 13713.6787305 -9.66946263e-14j 14075.37584403-1.11607439e-13j 14792.18153687-9.42044799e-14j] [17203.53194431-2.76464625e-13j 17125.34826047+1.52344189e-13j 16335.69064004-1.85375703e-14j ... 14417.97132554-3.65322795e-13j 14683.08424583-1.38025902e-13j 15871.23236642-7.42439419e-13j] [18881.37870017-5.96789051e-13j 18217.39284742+7.88782888e-13j 17051.89481222+1.00578429e-13j ... 15645.41256661-7.52723174e-13j 15263.42569266-7.75953947e-14j 16778.70433633-1.24180502e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.24355561-1.41070188e-14j 19956.02527748+1.28690709e-13j 17494.02014354+2.24601272e-13j ... 16293.42600323-4.25202978e-13j 16332.13113621-3.21797762e-13j 18480.23276993-2.53763437e-13j] [20745.28551056+1.98191030e-13j 19008.92684898+7.15844910e-14j 16449.54829173+2.80059638e-13j ... 16021.54218558-2.99906591e-13j 16808.88181841-2.73174838e-13j 18660.6028862 -1.47495185e-13j] [18188.38448046+2.52346507e-13j 16766.6353141 -2.62107796e-13j 15367.90582146+5.41014834e-13j ... 15406.77456246-3.15707232e-13j 16393.15766271-1.86350553e-13j 17448.60630611+1.01507931e-13j] ... [15790.34906138+3.90242684e-14j 16095.50953031+6.30302734e-13j 15348.45009977-6.25944072e-14j ... 13713.6787305 -9.66946263e-14j 14075.37584403-1.11607439e-13j 14792.18153687-9.42044799e-14j] [17203.53194431-2.76464625e-13j 17125.34826047+1.52344189e-13j 16335.69064004-1.85375703e-14j ... 14417.97132554-3.65322795e-13j 14683.08424583-1.38025902e-13j 15871.23236642-7.42439419e-13j] [18881.37870017-5.96789051e-13j 18217.39284742+7.88782888e-13j 17051.89481222+1.00578429e-13j ... 15645.41256661-7.52723174e-13j 15263.42569266-7.75953947e-14j 16778.70433633-1.24180502e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541533.058486901-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541533.058486901-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541533.171351721: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541533.171351721: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541533.058486901: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541533.058486901: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535732: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535732: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21334.06184402-1.23677057e-13j 19947.8880959 +2.04031801e-14j 17507.24362534+7.72601917e-14j ... 16282.43634439-2.38420908e-13j 16324.25984652-2.62810899e-13j 18474.33227047-1.57042184e-13j] [20742.50298059-7.01971569e-14j 18987.24154184+1.27063711e-13j 16433.89973884+1.09894137e-13j ... 16059.9504489 -2.40093498e-14j 16841.34689448-1.47655848e-13j 18671.88540092+3.37256793e-14j] [18193.47389253-1.01472596e-13j 16772.96191549+2.69093138e-13j 15379.90154034+2.08266509e-13j ... 15406.62825518+1.69030942e-13j 16406.93827111-6.18605315e-14j 17454.24608791+1.62702047e-13j] ... [15755.61787494-9.44418727e-14j 16081.67255983-2.72028679e-13j 15360.10585633+7.96119545e-14j ... 13692.87389743-5.97365604e-13j 14064.51868858+8.60161504e-14j 14761.4560449 -2.48796132e-13j] [17192.2412176 +8.67401550e-14j 17130.14388525+8.32810230e-14j 16334.79747921-5.59499068e-13j ... 14461.65371683-5.90842780e-13j 14702.23777755-2.75665970e-13j 15861.14718654-1.99755821e-13j] [18886.50417799-2.29079343e-13j 18231.73301583-2.83675122e-14j 17062.74602443+2.79454937e-13j ... 15650.88346447-1.96214212e-13j 15258.10497342-2.80870399e-13j 16771.79166353+6.70295319e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21334.06184402-1.23677057e-13j 19947.8880959 +2.04031801e-14j 17507.24362534+7.72601917e-14j ... 16282.43634439-2.38420908e-13j 16324.25984652-2.62810899e-13j 18474.33227047-1.57042184e-13j] [20742.50298059-7.01971569e-14j 18987.24154184+1.27063711e-13j 16433.89973884+1.09894137e-13j ... 16059.9504489 -2.40093498e-14j 16841.34689448-1.47655848e-13j 18671.88540092+3.37256793e-14j] [18193.47389253-1.01472596e-13j 16772.96191549+2.69093138e-13j 15379.90154034+2.08266509e-13j ... 15406.62825518+1.69030942e-13j 16406.93827111-6.18605315e-14j 17454.24608791+1.62702047e-13j] ... [15755.61787494-9.44418727e-14j 16081.67255983-2.72028679e-13j 15360.10585633+7.96119545e-14j ... 13692.87389743-5.97365604e-13j 14064.51868858+8.60161504e-14j 14761.4560449 -2.48796132e-13j] [17192.2412176 +8.67401550e-14j 17130.14388525+8.32810230e-14j 16334.79747921-5.59499068e-13j ... 14461.65371683-5.90842780e-13j 14702.23777755-2.75665970e-13j 15861.14718654-1.99755821e-13j] [18886.50417799-2.29079343e-13j 18231.73301583-2.83675122e-14j 17062.74602443+2.79454937e-13j ... 15650.88346447-1.96214212e-13j 15258.10497342-2.80870399e-13j 16771.79166353+6.70295319e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541851.368122388-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541851.368122388-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541851.480992696: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541851.480992696: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541851.368122388: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541851.368122388: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535728: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535728: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21324.26026463-1.05692626e-13j 19934.23961505+5.71257018e-14j 17520.95658937+1.64004643e-13j ... 16278.41006912-1.74178530e-13j 16323.6289288 -9.49796207e-14j 18469.98889418-5.60416550e-14j] [20736.68486968+6.89460785e-14j 18966.50065968+1.54480972e-13j 16424.33534204+2.20245380e-13j ... 16098.67918309+1.94699254e-14j 16874.80534849+1.52614010e-13j 18680.67878917+9.37999204e-14j] [18201.76696386+1.04139526e-13j 16785.67167115+2.68068076e-13j 15392.5004579 +4.02147482e-13j ... 15400.44285898+1.40042725e-14j 16414.5890624 +2.81385985e-13j 17458.18867878+8.82873382e-14j] ... [15715.62639913-5.53989002e-14j 16068.59163763-2.44209387e-13j 15369.22002033-2.62821929e-13j ... 13672.15771765+1.46560513e-13j 14055.06707003-2.86749732e-13j 14731.52945029-1.44312970e-13j] [17177.81153363-7.34961584e-14j 17134.96111203-4.76021937e-13j 16334.28940534+4.30665969e-13j ... 14506.74337191-2.08565495e-13j 14717.95214234-4.79453842e-14j 15851.01257783-3.61998443e-13j] [18896.10747071-7.76033607e-14j 18247.25233559-3.09307676e-13j 17070.94004808-9.57078571e-15j ... 15655.62820044-3.56835782e-13j 15254.10419228+2.79008617e-13j 16771.25692947-5.17993362e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21324.26026463-1.05692626e-13j 19934.23961505+5.71257018e-14j 17520.95658937+1.64004643e-13j ... 16278.41006912-1.74178530e-13j 16323.6289288 -9.49796207e-14j 18469.98889418-5.60416550e-14j] [20736.68486968+6.89460785e-14j 18966.50065968+1.54480972e-13j 16424.33534204+2.20245380e-13j ... 16098.67918309+1.94699254e-14j 16874.80534849+1.52614010e-13j 18680.67878917+9.37999204e-14j] [18201.76696386+1.04139526e-13j 16785.67167115+2.68068076e-13j 15392.5004579 +4.02147482e-13j ... 15400.44285898+1.40042725e-14j 16414.5890624 +2.81385985e-13j 17458.18867878+8.82873382e-14j] ... [15715.62639913-5.53989002e-14j 16068.59163763-2.44209387e-13j 15369.22002033-2.62821929e-13j ... 13672.15771765+1.46560513e-13j 14055.06707003-2.86749732e-13j 14731.52945029-1.44312970e-13j] [17177.81153363-7.34961584e-14j 17134.96111203-4.76021937e-13j 16334.28940534+4.30665969e-13j ... 14506.74337191-2.08565495e-13j 14717.95214234-4.79453842e-14j 15851.01257783-3.61998443e-13j] [18896.10747071-7.76033607e-14j 18247.25233559-3.09307676e-13j 17070.94004808-9.57078571e-15j ... 15655.62820044-3.56835782e-13j 15254.10419228+2.79008617e-13j 16771.25692947-5.17993362e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542505.073950092+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542505.073950092+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542505.186831681: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542505.186831681: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542505.073950092: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542505.073950092: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.2550097372675405, -0.08019507942774762) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.2550097372675405, -0.08019507942774762) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00104776 0.00102291 0.00099806 ... 0.00104185 0.00106565 0.00108939] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00104776 0.00102291 0.00099806 ... 0.00104185 0.00106565 0.00108939] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104189 0.00101682 0.00099177 ... 0.00103813 0.00106218 0.00108617] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104189 0.00101682 0.00099177 ... 0.00103813 0.00106218 0.00108617] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00103556 0.00101029 0.00098504 ... 0.00103397 0.00105825 0.0010825 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00103556 0.00101029 0.00098504 ... 0.00103397 0.00105825 0.0010825 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095467 0.00093077 0.00090692 ... 0.00113606 0.00116074 0.00118532] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095467 0.00093077 0.00090692 ... 0.00113606 0.00116074 0.00118532] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095887 0.00093519 0.00091153 ... 0.00114072 0.00116515 0.00118946] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095887 0.00093519 0.00091153 ... 0.00114072 0.00116515 0.00118946] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00096264 0.00093917 0.00091573 ... 0.00114491 0.00116907 0.00119311]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00096264 0.00093917 0.00091573 ... 0.00114491 0.00116907 0.00119311]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517876 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517876 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793025001_03102_00002_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21268.40480356-1.81436014e-13j 19918.92936497-7.23690826e-14j 17415.86811049+2.58357944e-14j ... 16331.71535992-1.30429161e-13j 16356.11777759-1.92681048e-13j 18424.74848975-2.16743346e-13j] [20631.48968114-1.40316841e-13j 19051.40446548+6.17211635e-14j 16491.19301127+1.30695430e-13j ... 15838.36740341-3.05865919e-14j 16633.65949172+1.32754711e-14j 18480.08959138-7.21264629e-14j] [18112.88997434+1.24985541e-13j 16758.14357331+2.65138717e-13j 15289.05303939+1.19094528e-13j ... 15287.01056481-7.93589018e-14j 16191.62119871+1.09715948e-13j 17305.6692363 +9.63395468e-14j] ... [15844.98602989+6.23259860e-15j 16118.71695123+1.30393546e-13j 15237.28980348+4.13000533e-15j ... 13710.13111823-9.41510424e-14j 14095.56868838-7.57274027e-13j 14845.33415884-5.06273559e-14j] [17156.91693256-3.22956663e-13j 17043.45651883-2.71621329e-13j 16270.75923896+3.96185518e-13j ... 14192.40052249+5.59905380e-13j 14534.3191735 -1.11500171e-13j 15838.48126811-7.03904235e-13j] [18855.04392514-1.94999507e-13j 18124.79694925-2.70966785e-14j 16932.01429957+1.46763715e-13j ... 15562.14216345-3.19766903e-13j 15233.41492483-1.26894368e-13j 16792.24728436+5.18572582e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21268.40480356-1.81436014e-13j 19918.92936497-7.23690826e-14j 17415.86811049+2.58357944e-14j ... 16331.71535992-1.30429161e-13j 16356.11777759-1.92681048e-13j 18424.74848975-2.16743346e-13j] [20631.48968114-1.40316841e-13j 19051.40446548+6.17211635e-14j 16491.19301127+1.30695430e-13j ... 15838.36740341-3.05865919e-14j 16633.65949172+1.32754711e-14j 18480.08959138-7.21264629e-14j] [18112.88997434+1.24985541e-13j 16758.14357331+2.65138717e-13j 15289.05303939+1.19094528e-13j ... 15287.01056481-7.93589018e-14j 16191.62119871+1.09715948e-13j 17305.6692363 +9.63395468e-14j] ... [15844.98602989+6.23259860e-15j 16118.71695123+1.30393546e-13j 15237.28980348+4.13000533e-15j ... 13710.13111823-9.41510424e-14j 14095.56868838-7.57274027e-13j 14845.33415884-5.06273559e-14j] [17156.91693256-3.22956663e-13j 17043.45651883-2.71621329e-13j 16270.75923896+3.96185518e-13j ... 14192.40052249+5.59905380e-13j 14534.3191735 -1.11500171e-13j 15838.48126811-7.03904235e-13j] [18855.04392514-1.94999507e-13j 18124.79694925-2.70966785e-14j 16932.01429957+1.46763715e-13j ... 15562.14216345-3.19766903e-13j 15233.41492483-1.26894368e-13j 16792.24728436+5.18572582e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515622.588484816+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515622.588484816+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515622.561507518: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515622.561507518: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515622.588484816: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515622.588484816: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21279.52575954-9.53999879e-14j 19926.69238074-1.06032199e-13j 17416.32929201+1.91583807e-14j ... 16305.03814533-8.82290349e-14j 16326.04487726-2.88131231e-13j 18410.77141011-2.49803237e-13j] [20643.63355705+7.22994434e-14j 19025.90028848-8.40300773e-14j 16456.00037012+1.00404733e-13j ... 15856.38958727-6.16300530e-14j 16647.90562905-1.19811626e-13j 18496.59324667-1.14010616e-13j] [18115.7099522 +4.37507064e-13j 16743.2834382 +1.20453298e-13j 15287.99158407+7.68899780e-14j ... 15301.2428198 -2.82769916e-14j 16229.37150975+3.37358013e-13j 17324.52419471+1.89845081e-13j] ... [15817.77604926-1.20050878e-13j 16096.02241868-3.32435459e-13j 15262.50283868-1.19542557e-13j ... 13699.02537464-6.79130219e-13j 14072.94077871-1.89208929e-13j 14826.09524959-1.19843469e-13j] [17156.47708787-3.21582163e-13j 17048.22170921+2.66414839e-13j 16285.26566113-1.88573618e-13j ... 14238.09809643-4.82757402e-13j 14552.49363896-5.95328037e-13j 15830.40619437-3.83432031e-13j] [18849.51270342+5.65435063e-13j 18140.83230133-2.47353155e-13j 16956.5864502 -1.99475776e-13j ... 15580.38581858+2.40714328e-13j 15223.49824497-3.54060655e-13j 16760.94734689-1.32764114e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21279.52575954-9.53999879e-14j 19926.69238074-1.06032199e-13j 17416.32929201+1.91583807e-14j ... 16305.03814533-8.82290349e-14j 16326.04487726-2.88131231e-13j 18410.77141011-2.49803237e-13j] [20643.63355705+7.22994434e-14j 19025.90028848-8.40300773e-14j 16456.00037012+1.00404733e-13j ... 15856.38958727-6.16300530e-14j 16647.90562905-1.19811626e-13j 18496.59324667-1.14010616e-13j] [18115.7099522 +4.37507064e-13j 16743.2834382 +1.20453298e-13j 15287.99158407+7.68899780e-14j ... 15301.2428198 -2.82769916e-14j 16229.37150975+3.37358013e-13j 17324.52419471+1.89845081e-13j] ... [15817.77604926-1.20050878e-13j 16096.02241868-3.32435459e-13j 15262.50283868-1.19542557e-13j ... 13699.02537464-6.79130219e-13j 14072.94077871-1.89208929e-13j 14826.09524959-1.19843469e-13j] [17156.47708787-3.21582163e-13j 17048.22170921+2.66414839e-13j 16285.26566113-1.88573618e-13j ... 14238.09809643-4.82757402e-13j 14552.49363896-5.95328037e-13j 15830.40619437-3.83432031e-13j] [18849.51270342+5.65435063e-13j 18140.83230133-2.47353155e-13j 16956.5864502 -1.99475776e-13j ... 15580.38581858+2.40714328e-13j 15223.49824497-3.54060655e-13j 16760.94734689-1.32764114e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514940.1985397+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514940.1985397+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514940.1715652235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514940.1715652235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514940.1985397: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514940.1985397: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595972: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595972: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21287.64601284-6.61291355e-15j 19931.84481652+6.90105918e-14j 17421.01111574+2.05457736e-13j ... 16280.05639394+9.33995925e-15j 16300.44077796-3.30632466e-13j 18399.41430617-3.29593571e-13j] [20652.34868959+8.72144815e-14j 19001.05977258+1.53669817e-14j 16424.87083308+1.94777041e-13j ... 15881.48310431+1.96255059e-14j 16668.59669764-8.82144341e-14j 18513.09288456-2.64806097e-13j] [18117.31158334+1.13291173e-13j 16731.9530973 -5.97752791e-14j 15291.58006131+3.96416096e-13j ... 15313.7257933 +1.01488470e-13j 16262.26497371+7.54316048e-14j 17339.02648728-4.09355851e-14j] ... [15791.99136671-1.28291917e-13j 16075.45721703+5.20452884e-13j 15284.30333176-7.30684463e-14j ... 13686.34816802+3.96095203e-14j 14053.21996465-7.55554343e-13j 14802.59270266-1.92056541e-13j] [17154.10638846-2.88173740e-14j 17052.41513836+4.53123336e-13j 16293.65215737+3.22629443e-14j ... 14283.04475736+4.59220871e-13j 14573.25932237-1.45382484e-13j 15821.09965375-7.64627219e-14j] [18844.80433929-3.71304973e-14j 18155.32049207+6.47426017e-13j 16977.98738566+3.58097280e-13j ... 15594.43394591-2.73995697e-13j 15215.0405907 -8.55300759e-13j 16734.39357971+2.35844589e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21287.64601284-6.61291355e-15j 19931.84481652+6.90105918e-14j 17421.01111574+2.05457736e-13j ... 16280.05639394+9.33995925e-15j 16300.44077796-3.30632466e-13j 18399.41430617-3.29593571e-13j] [20652.34868959+8.72144815e-14j 19001.05977258+1.53669817e-14j 16424.87083308+1.94777041e-13j ... 15881.48310431+1.96255059e-14j 16668.59669764-8.82144341e-14j 18513.09288456-2.64806097e-13j] [18117.31158334+1.13291173e-13j 16731.9530973 -5.97752791e-14j 15291.58006131+3.96416096e-13j ... 15313.7257933 +1.01488470e-13j 16262.26497371+7.54316048e-14j 17339.02648728-4.09355851e-14j] ... [15791.99136671-1.28291917e-13j 16075.45721703+5.20452884e-13j 15284.30333176-7.30684463e-14j ... 13686.34816802+3.96095203e-14j 14053.21996465-7.55554343e-13j 14802.59270266-1.92056541e-13j] [17154.10638846-2.88173740e-14j 17052.41513836+4.53123336e-13j 16293.65215737+3.22629443e-14j ... 14283.04475736+4.59220871e-13j 14573.25932237-1.45382484e-13j 15821.09965375-7.64627219e-14j] [18844.80433929-3.71304973e-14j 18155.32049207+6.47426017e-13j 16977.98738566+3.58097280e-13j ... 15594.43394591-2.73995697e-13j 15215.0405907 -8.55300759e-13j 16734.39357971+2.35844589e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514508.2425897345-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514508.2425897345-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514508.2156170495: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514508.2156170495: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514508.2425897345: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514508.2425897345: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.90861368+1.03252807e-14j 19933.14736665+5.45546558e-14j 17429.15012465+2.01775584e-13j ... 16258.48840261-1.20620314e-14j 16280.22436628-2.48525272e-13j 18390.43527701-1.33459623e-13j] [20657.41174488+8.11487157e-14j 18977.14033312+4.44856189e-14j 16398.32023581+3.13130535e-13j ... 15912.59724015+1.26478895e-13j 16694.79234137-1.18883663e-13j 18528.81756496+4.52036004e-14j] [18118.87211542+1.14686245e-13j 16725.66956535+1.96663203e-13j 15299.08240059+3.80521491e-13j ... 15322.84480655+1.16168728e-13j 16289.14360124+7.26067375e-14j 17349.7506763 +4.20803213e-15j] ... [15765.1369324 -1.65509105e-14j 16057.49538547+2.70383217e-13j 15302.35669705-4.46646012e-14j ... 13670.93338833-2.50007004e-13j 14036.94084837-2.91490556e-13j 14775.47206135-1.10932977e-13j] [17149.05910856+7.09826776e-14j 17056.71229158+2.71570470e-13j 16297.2564298 +3.00930466e-14j ... 14327.22617229-3.05431445e-13j 14595.25943643-2.81674701e-13j 15811.14967414-2.79019132e-13j] [18842.22332982-2.00971064e-13j 18169.06957355-1.03455781e-13j 16995.92514378+5.09789885e-13j ... 15604.5231835 +3.30453771e-13j 15207.57849654-1.95195102e-13j 16713.7286957 -1.44239667e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.90861368+1.03252807e-14j 19933.14736665+5.45546558e-14j 17429.15012465+2.01775584e-13j ... 16258.48840261-1.20620314e-14j 16280.22436628-2.48525272e-13j 18390.43527701-1.33459623e-13j] [20657.41174488+8.11487157e-14j 18977.14033312+4.44856189e-14j 16398.32023581+3.13130535e-13j ... 15912.59724015+1.26478895e-13j 16694.79234137-1.18883663e-13j 18528.81756496+4.52036004e-14j] [18118.87211542+1.14686245e-13j 16725.66956535+1.96663203e-13j 15299.08240059+3.80521491e-13j ... 15322.84480655+1.16168728e-13j 16289.14360124+7.26067375e-14j 17349.7506763 +4.20803213e-15j] ... [15765.1369324 -1.65509105e-14j 16057.49538547+2.70383217e-13j 15302.35669705-4.46646012e-14j ... 13670.93338833-2.50007004e-13j 14036.94084837-2.91490556e-13j 14775.47206135-1.10932977e-13j] [17149.05910856+7.09826776e-14j 17056.71229158+2.71570470e-13j 16297.2564298 +3.00930466e-14j ... 14327.22617229-3.05431445e-13j 14595.25943643-2.81674701e-13j 15811.14967414-2.79019132e-13j] [18842.22332982-2.00971064e-13j 18169.06957355-1.03455781e-13j 16995.92514378+5.09789885e-13j ... 15604.5231835 +3.30453771e-13j 15207.57849654-1.95195102e-13j 16713.7286957 -1.44239667e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514375.97196918+1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514375.97196918+1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514375.944997043: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514375.944997043: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514375.97196918: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514375.97196918: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.72490282-2.24430482e-14j 19929.63078952+7.40497706e-14j 17439.84143705+1.39144790e-13j ... 16241.9351188 -1.05772763e-13j 16266.2520646 -1.43328532e-13j 18383.55696519-9.23702652e-15j] [20658.82765672+7.21908450e-14j 18954.26218268+8.35920936e-14j 16376.85981763+3.17777301e-13j ... 15948.11554155+8.41968756e-14j 16725.1796571 -7.13759874e-14j 18543.05978359+1.27021884e-13j] [18121.5812034 +3.15064751e-13j 16725.48346187+1.98394749e-13j 15309.43875685+1.84663934e-13j ... 15327.29919003-2.88898186e-14j 16309.39777209+1.49770346e-13j 17357.36945692+5.73763550e-14j] ... [15735.04723489+1.94840540e-13j 16042.00257423+3.13968898e-13j 15316.78105261-5.87978820e-13j ... 13652.6558345 -1.80074275e-16j 14023.95579611-3.15037154e-13j 14746.01822476+1.15586896e-14j] [17140.8786677 -2.06332363e-13j 17061.4295398 -1.72660327e-13j 16297.7846484 -1.14916092e-13j ... 14371.08908216-6.92598788e-14j 14616.81662228-8.33764887e-14j 15801.03094219-2.24860880e-13j] [18842.89145366-7.51247327e-13j 18182.84670738+3.73054143e-13j 17010.44357483+4.47055548e-13j ... 15611.40309467+3.60177642e-13j 15200.86318337-2.29375787e-14j 16699.60582189-9.65349751e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.72490282-2.24430482e-14j 19929.63078952+7.40497706e-14j 17439.84143705+1.39144790e-13j ... 16241.9351188 -1.05772763e-13j 16266.2520646 -1.43328532e-13j 18383.55696519-9.23702652e-15j] [20658.82765672+7.21908450e-14j 18954.26218268+8.35920936e-14j 16376.85981763+3.17777301e-13j ... 15948.11554155+8.41968756e-14j 16725.1796571 -7.13759874e-14j 18543.05978359+1.27021884e-13j] [18121.5812034 +3.15064751e-13j 16725.48346187+1.98394749e-13j 15309.43875685+1.84663934e-13j ... 15327.29919003-2.88898186e-14j 16309.39777209+1.49770346e-13j 17357.36945692+5.73763550e-14j] ... [15735.04723489+1.94840540e-13j 16042.00257423+3.13968898e-13j 15316.78105261-5.87978820e-13j ... 13652.6558345 -1.80074275e-16j 14023.95579611-3.15037154e-13j 14746.01822476+1.15586896e-14j] [17140.8786677 -2.06332363e-13j 17061.4295398 -1.72660327e-13j 16297.7846484 -1.14916092e-13j ... 14371.08908216-6.92598788e-14j 14616.81662228-8.33764887e-14j 15801.03094219-2.24860880e-13j] [18842.89145366-7.51247327e-13j 18182.84670738+3.73054143e-13j 17010.44357483+4.47055548e-13j ... 15611.40309467+3.60177642e-13j 15200.86318337-2.29375787e-14j 16699.60582189-9.65349751e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514496.007631019-6.058451752097371e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514496.007631019-6.058451752097371e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514495.980658385: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514495.980658385: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514496.007631019: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514496.007631019: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595978: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595978: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21286.83274932-1.77550972e-14j 19920.70376754+9.45445575e-14j 17452.08352085+2.54703974e-13j ... 16231.63555141-2.67192657e-13j 16259.19789045-3.35956764e-13j 18378.48559618-2.22570617e-13j] [20656.81859567+4.68111681e-14j 18932.43702282+2.07911967e-13j 16360.97346905+2.91716027e-13j ... 15986.0324839 -2.25459297e-13j 16758.20542247-2.26389855e-13j 18555.24961479+9.10650147e-15j] [18126.51006858+2.26493968e-13j 16731.8338406 +2.23330428e-13j 15321.50253651+3.62950718e-13j ... 15326.24077402-3.01748349e-13j 16322.9805085 -1.30565505e-13j 17362.59977555+2.61486622e-13j] ... [15700.21028301+2.40224709e-15j 16028.29051314-6.74233433e-14j 15328.09387063-1.95484515e-14j ... 13632.57405683-6.56001651e-13j 14013.4830921 -1.74854829e-13j 14715.8395062 -8.04166940e-14j] [17129.44189572+3.51908019e-13j 17066.51856771+5.78131353e-13j 16297.0885849 +3.99546927e-13j ... 14415.46937186-4.33520415e-13j 14636.24019077-5.32118928e-13j 15790.97327185-3.82844764e-13j] [18847.63236961-4.20066739e-14j 18197.29985575-4.68976766e-13j 17021.90136564+7.87638407e-13j ... 15616.25239196-1.60028746e-13j 15194.98499782-5.71030793e-13j 16692.14767142+4.11227784e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21286.83274932-1.77550972e-14j 19920.70376754+9.45445575e-14j 17452.08352085+2.54703974e-13j ... 16231.63555141-2.67192657e-13j 16259.19789045-3.35956764e-13j 18378.48559618-2.22570617e-13j] [20656.81859567+4.68111681e-14j 18932.43702282+2.07911967e-13j 16360.97346905+2.91716027e-13j ... 15986.0324839 -2.25459297e-13j 16758.20542247-2.26389855e-13j 18555.24961479+9.10650147e-15j] [18126.51006858+2.26493968e-13j 16731.8338406 +2.23330428e-13j 15321.50253651+3.62950718e-13j ... 15326.24077402-3.01748349e-13j 16322.9805085 -1.30565505e-13j 17362.59977555+2.61486622e-13j] ... [15700.21028301+2.40224709e-15j 16028.29051314-6.74233433e-14j 15328.09387063-1.95484515e-14j ... 13632.57405683-6.56001651e-13j 14013.4830921 -1.74854829e-13j 14715.8395062 -8.04166940e-14j] [17129.44189572+3.51908019e-13j 17066.51856771+5.78131353e-13j 16297.0885849 +3.99546927e-13j ... 14415.46937186-4.33520415e-13j 14636.24019077-5.32118928e-13j 15790.97327185-3.82844764e-13j] [18847.63236961-4.20066739e-14j 18197.29985575-4.68976766e-13j 17021.90136564+7.87638407e-13j ... 15616.25239196-1.60028746e-13j 15194.98499782-5.71030793e-13j 16692.14767142+4.11227784e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514813.001649244-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514813.001649244-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514812.974675296: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514812.974675296: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514813.001649244: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514813.001649244: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595975: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595975: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21277.32268875+8.07992983e-15j 19906.2319478 +3.40057955e-14j 17464.84613609+1.44142857e-13j ... 16228.27832534-2.30432959e-13j 16259.45078013+5.10900851e-14j 18374.93790678-4.00467122e-13j] [20651.79016214+5.39835283e-14j 18911.61081638+7.03531777e-14j 16351.07149358+2.40329367e-13j ... 16024.18354818-1.22144764e-13j 16792.23426189+4.55160968e-14j 18565.01879295-2.43141767e-13j] [18134.48000938+1.71282714e-13j 16744.47982002+5.62102560e-14j 15334.2798154 +4.07820826e-13j ... 15319.33023019-1.53272475e-14j 16330.35273644+1.15483021e-13j 17366.1540242 -3.18730775e-14j] ... [15659.97612269-3.73146176e-13j 16015.25745804-2.34373094e-13j 15337.11174075-4.38877270e-14j ... 13612.86033802-4.75838303e-13j 14004.30598667-3.44199610e-14j 14686.51045572-1.50285065e-13j] [17114.94657863-3.34694409e-13j 17071.61834952+2.19935365e-13j 16296.94065791+4.00812176e-13j ... 14461.44795141-2.88559567e-13j 14652.1656865 -6.65935555e-14j 15780.88803378-9.40776839e-13j] [18856.87331836-5.16911693e-13j 18212.89536564-8.95189378e-14j 17030.91125535+3.07746811e-13j ... 15620.51036573+1.89527422e-13j 15190.42286664-6.21755366e-14j 16690.95838613-1.48217699e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21277.32268875+8.07992983e-15j 19906.2319478 +3.40057955e-14j 17464.84613609+1.44142857e-13j ... 16228.27832534-2.30432959e-13j 16259.45078013+5.10900851e-14j 18374.93790678-4.00467122e-13j] [20651.79016214+5.39835283e-14j 18911.61081638+7.03531777e-14j 16351.07149358+2.40329367e-13j ... 16024.18354818-1.22144764e-13j 16792.23426189+4.55160968e-14j 18565.01879295-2.43141767e-13j] [18134.48000938+1.71282714e-13j 16744.47982002+5.62102560e-14j 15334.2798154 +4.07820826e-13j ... 15319.33023019-1.53272475e-14j 16330.35273644+1.15483021e-13j 17366.1540242 -3.18730775e-14j] ... [15659.97612269-3.73146176e-13j 16015.25745804-2.34373094e-13j 15337.11174075-4.38877270e-14j ... 13612.86033802-4.75838303e-13j 14004.30598667-3.44199610e-14j 14686.51045572-1.50285065e-13j] [17114.94657863-3.34694409e-13j 17071.61834952+2.19935365e-13j 16296.94065791+4.00812176e-13j ... 14461.44795141-2.88559567e-13j 14652.1656865 -6.65935555e-14j 15780.88803378-9.40776839e-13j] [18856.87331836-5.16911693e-13j 18212.89536564-8.95189378e-14j 17030.91125535+3.07746811e-13j ... 15620.51036573+1.89527422e-13j 15190.42286664-6.21755366e-14j 16690.95838613-1.48217699e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515464.005621351+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515464.005621351+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515463.978644709: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515463.978644709: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515464.005621351: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515464.005621351: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.24632638044576569, -0.09072323047893169) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.24632638044576569, -0.09072323047893169) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00106043 0.00103544 0.00101045 ... 0.00102758 0.0010513 0.00107497] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00106043 0.00103544 0.00101045 ... 0.00102758 0.0010513 0.00107497] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00105435 0.00102915 0.00100396 ... 0.00102394 0.00104791 0.00107183] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00105435 0.00102915 0.00100396 ... 0.00102394 0.00104791 0.00107183] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104782 0.00102242 0.00099703 ... 0.00101986 0.00104406 0.00106823] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104782 0.00102242 0.00099703 ... 0.00101986 0.00104406 0.00106823] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094629 0.00092255 0.00089885 ... 0.00114555 0.0011703 0.00119494] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094629 0.00092255 0.00089885 ... 0.00114555 0.0011703 0.00119494] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095027 0.00092674 0.00090324 ... 0.00115035 0.00117483 0.00119921] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095027 0.00092674 0.00090324 ... 0.00115035 0.00117483 0.00119921] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095382 0.00093051 0.00090722 ... 0.00115466 0.00117888 0.00120298]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095382 0.00093051 0.00090722 ... 0.00115466 0.00117888 0.00120298]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.371075 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.371075 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793025001_03102_00003_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:97 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:360 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:364 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21321.72517085+2.38716967e-14j 19964.6973788 +1.39008313e-13j 17473.81744204+2.47656785e-13j ... 16377.04108008-2.25280987e-14j 16416.27949924-2.16504827e-13j 18504.12463452-2.20242973e-13j] [20704.30385398+2.05046441e-13j 19106.6587147 +2.62014094e-13j 16560.7208679 +3.71393723e-13j ... 15891.27298654+8.30347973e-14j 16700.60080864-9.92477449e-14j 18572.46988571-7.32770295e-14j] [18179.12012176+2.72561654e-13j 16802.28666675+3.05541767e-13j 15340.08704646+1.49957159e-13j ... 15346.12075041+5.07466210e-14j 16260.25536991-5.28857090e-14j 17387.61023892-1.59619365e-14j] ... [15886.77252358-2.38151549e-13j 16167.69481591-1.25735480e-13j 15274.1126645 +4.05472618e-14j ... 13761.49307855-3.65147993e-13j 14143.76890159-3.20827583e-13j 14880.65216042-3.33090006e-14j] [17205.12962713-3.42619319e-14j 17097.34219906-6.74931698e-14j 16310.47776808-1.87967410e-14j ... 14234.95954183-1.42957348e-13j 14591.28447902-1.98141896e-13j 15889.42592254-2.44908466e-13j] [18896.50444424+4.56678604e-13j 18168.05422565-1.83467077e-13j 16972.40801165+3.18505049e-13j ... 15597.43232811+4.40566982e-14j 15288.36229591-4.84141288e-13j 16852.65348165-2.91121329e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21321.72517085+2.38716967e-14j 19964.6973788 +1.39008313e-13j 17473.81744204+2.47656785e-13j ... 16377.04108008-2.25280987e-14j 16416.27949924-2.16504827e-13j 18504.12463452-2.20242973e-13j] [20704.30385398+2.05046441e-13j 19106.6587147 +2.62014094e-13j 16560.7208679 +3.71393723e-13j ... 15891.27298654+8.30347973e-14j 16700.60080864-9.92477449e-14j 18572.46988571-7.32770295e-14j] [18179.12012176+2.72561654e-13j 16802.28666675+3.05541767e-13j 15340.08704646+1.49957159e-13j ... 15346.12075041+5.07466210e-14j 16260.25536991-5.28857090e-14j 17387.61023892-1.59619365e-14j] ... [15886.77252358-2.38151549e-13j 16167.69481591-1.25735480e-13j 15274.1126645 +4.05472618e-14j ... 13761.49307855-3.65147993e-13j 14143.76890159-3.20827583e-13j 14880.65216042-3.33090006e-14j] [17205.12962713-3.42619319e-14j 17097.34219906-6.74931698e-14j 16310.47776808-1.87967410e-14j ... 14234.95954183-1.42957348e-13j 14591.28447902-1.98141896e-13j 15889.42592254-2.44908466e-13j] [18896.50444424+4.56678604e-13j 18168.05422565-1.83467077e-13j 16972.40801165+3.18505049e-13j ... 15597.43232811+4.40566982e-14j 15288.36229591-4.84141288e-13j 16852.65348165-2.91121329e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542535.048301982+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542535.048301982+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542535.131721448: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542535.131721448: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542535.048301982: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542535.048301982: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21333.19372181+2.58361072e-14j 19972.66137698+8.85023361e-14j 17474.34772831+2.04373400e-13j ... 16350.41407114-3.07201517e-13j 16385.57859998+1.72739238e-13j 18489.94577462-1.08812230e-13j] [20716.44826416+8.91753799e-14j 19081.46165501+1.77070630e-13j 16525.57144565+2.75013284e-13j ... 15909.63228611-2.32902925e-13j 16714.7304297 +2.40116568e-13j 18588.8994992 +9.10536015e-15j] [18181.67973761+2.16794467e-13j 16787.41794351+2.03965531e-13j 15339.53753656+2.39900537e-13j ... 15360.77591655+3.47471749e-14j 16297.90910118+2.76753257e-13j 17406.44584412+2.10932001e-13j] ... [15859.59182375-1.98492677e-13j 16145.18880861-5.45611130e-14j 15299.14773591+8.55975780e-15j ... 13749.85923702-2.24546303e-13j 14120.84531563+2.35087778e-13j 14861.15457199+1.03774801e-13j] [17205.02375105-5.87067398e-13j 17101.86506385+5.49179317e-13j 16324.66757424+1.57984620e-13j ... 14280.14793929-5.53323716e-13j 14608.93528498-6.96363265e-14j 15881.66007768+2.18175561e-13j] [18891.44070976-9.29011961e-14j 18183.86296078-2.72104069e-14j 16997.03645089-3.36287171e-14j ... 15615.97990885-5.95592007e-13j 15277.83744421+1.88666578e-13j 16821.54652969+1.86924979e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21333.19372181+2.58361072e-14j 19972.66137698+8.85023361e-14j 17474.34772831+2.04373400e-13j ... 16350.41407114-3.07201517e-13j 16385.57859998+1.72739238e-13j 18489.94577462-1.08812230e-13j] [20716.44826416+8.91753799e-14j 19081.46165501+1.77070630e-13j 16525.57144565+2.75013284e-13j ... 15909.63228611-2.32902925e-13j 16714.7304297 +2.40116568e-13j 18588.8994992 +9.10536015e-15j] [18181.67973761+2.16794467e-13j 16787.41794351+2.03965531e-13j 15339.53753656+2.39900537e-13j ... 15360.77591655+3.47471749e-14j 16297.90910118+2.76753257e-13j 17406.44584412+2.10932001e-13j] ... [15859.59182375-1.98492677e-13j 16145.18880861-5.45611130e-14j 15299.14773591+8.55975780e-15j ... 13749.85923702-2.24546303e-13j 14120.84531563+2.35087778e-13j 14861.15457199+1.03774801e-13j] [17205.02375105-5.87067398e-13j 17101.86506385+5.49179317e-13j 16324.66757424+1.57984620e-13j ... 14280.14793929-5.53323716e-13j 14608.93528498-6.96363265e-14j 15881.66007768+2.18175561e-13j] [18891.44070976-9.29011961e-14j 18183.86296078-2.72104069e-14j 16997.03645089-3.36287171e-14j ... 15615.97990885-5.95592007e-13j 15277.83744421+1.88666578e-13j 16821.54652969+1.86924979e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541849.839778636+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541849.839778636+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541849.9231893625: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541849.9231893625: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541849.839778636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541849.839778636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503272: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503272: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.7107522 +4.23913616e-14j 19978.0927221 +2.96819611e-13j 17479.17481004+3.14676079e-13j ... 16325.48269124+1.35040927e-13j 16359.25841045-1.91948370e-13j 18478.25024161-3.46647023e-13j] [20725.16185888+1.34133498e-13j 19056.86630652+3.03145512e-13j 16494.360688 +3.68165991e-13j ... 15935.22049737+1.97693515e-13j 16735.26866949-1.33390121e-13j 18605.17354668-1.80732471e-13j] [18183.14451156+1.71177233e-13j 16776.20546485+3.96739683e-13j 15343.59484834+2.03653777e-13j ... 15373.61838744+1.62796502e-13j 16330.74748097-2.04993490e-13j 17420.98151564-1.33484202e-13j] ... [15833.91391181+4.60210098e-14j 16124.89383428+3.66919865e-14j 15320.88964213+2.96523819e-13j ... 13736.53807295+3.59903531e-13j 14100.84390515+1.93540611e-13j 14837.36324199-9.83760175e-13j] [17202.9683603 +1.79069087e-13j 17105.77179812+2.76247698e-13j 16332.54418054+2.10555701e-13j ... 14324.58057487+3.59951434e-13j 14629.18827946+2.09239991e-13j 15872.53750849-2.63662034e-13j] [18887.27160386-3.13808705e-13j 18198.16737055+2.95314054e-13j 17018.35027407+2.51157755e-13j ... 15630.38432855+1.73680013e-13j 15268.83634384-1.90371493e-14j 16795.15724612-5.45405110e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.7107522 +4.23913616e-14j 19978.0927221 +2.96819611e-13j 17479.17481004+3.14676079e-13j ... 16325.48269124+1.35040927e-13j 16359.25841045-1.91948370e-13j 18478.25024161-3.46647023e-13j] [20725.16185888+1.34133498e-13j 19056.86630652+3.03145512e-13j 16494.360688 +3.68165991e-13j ... 15935.22049737+1.97693515e-13j 16735.26866949-1.33390121e-13j 18605.17354668-1.80732471e-13j] [18183.14451156+1.71177233e-13j 16776.20546485+3.96739683e-13j 15343.59484834+2.03653777e-13j ... 15373.61838744+1.62796502e-13j 16330.74748097-2.04993490e-13j 17420.98151564-1.33484202e-13j] ... [15833.91391181+4.60210098e-14j 16124.89383428+3.66919865e-14j 15320.88964213+2.96523819e-13j ... 13736.53807295+3.59903531e-13j 14100.84390515+1.93540611e-13j 14837.36324199-9.83760175e-13j] [17202.9683603 +1.79069087e-13j 17105.77179812+2.76247698e-13j 16332.54418054+2.10555701e-13j ... 14324.58057487+3.59951434e-13j 14629.18827946+2.09239991e-13j 15872.53750849-2.63662034e-13j] [18887.27160386-3.13808705e-13j 18198.16737055+2.95314054e-13j 17018.35027407+2.51157755e-13j ... 15630.38432855+1.73680013e-13j 15268.83634384-1.90371493e-14j 16795.15724612-5.45405110e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541416.099655788+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541416.099655788+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541416.183060986: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541416.183060986: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541416.099655788: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541416.099655788: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.36786657+1.46010328e-13j 19979.77102159+1.63865064e-13j 17487.54624238+3.43633889e-13j ... 16303.95931537+1.44499316e-13j 16338.25520786+4.99859821e-14j 18468.80618539+9.84266254e-14j] [20730.20986615+2.13471811e-13j 19033.12655514+2.49145977e-13j 16467.65676913+4.89024436e-13j ... 15966.96232917+2.21937870e-13j 16761.27248117+2.21968186e-13j 18620.5413465 +3.34886710e-13j] [18184.71579336+2.17064602e-13j 16770.13878212+3.68146101e-13j 15351.48614284+3.92483702e-13j ... 15383.03280355+3.74870593e-13j 16357.62526765+3.05892389e-13j 17431.78955547+2.02787590e-13j] ... [15807.22236883+5.35996953e-14j 16107.27084701+4.56019806e-16j 15338.99458611-3.87586987e-13j ... 13720.3368565 +8.78826219e-14j 14084.3010794 -2.01975564e-13j 14809.9140426 -9.40670856e-14j] [17198.19170762+2.56444732e-13j 17109.76222963+6.28319306e-14j 16335.45266111+9.60513165e-14j ... 14368.22610805+5.52320410e-13j 14650.71224834-5.79854259e-15j 15862.65160234-1.91443131e-13j] [18885.27164473+3.20857284e-13j 18211.80648567+2.30794510e-13j 17036.02495541+4.82563361e-13j ... 15640.8407393 -2.22221109e-13j 15260.92983046+5.51761982e-13j 16774.65166077+2.91705084e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.36786657+1.46010328e-13j 19979.77102159+1.63865064e-13j 17487.54624238+3.43633889e-13j ... 16303.95931537+1.44499316e-13j 16338.25520786+4.99859821e-14j 18468.80618539+9.84266254e-14j] [20730.20986615+2.13471811e-13j 19033.12655514+2.49145977e-13j 16467.65676913+4.89024436e-13j ... 15966.96232917+2.21937870e-13j 16761.27248117+2.21968186e-13j 18620.5413465 +3.34886710e-13j] [18184.71579336+2.17064602e-13j 16770.13878212+3.68146101e-13j 15351.48614284+3.92483702e-13j ... 15383.03280355+3.74870593e-13j 16357.62526765+3.05892389e-13j 17431.78955547+2.02787590e-13j] ... [15807.22236883+5.35996953e-14j 16107.27084701+4.56019806e-16j 15338.99458611-3.87586987e-13j ... 13720.3368565 +8.78826219e-14j 14084.3010794 -2.01975564e-13j 14809.9140426 -9.40670856e-14j] [17198.19170762+2.56444732e-13j 17109.76222963+6.28319306e-14j 16335.45266111+9.60513165e-14j ... 14368.22610805+5.52320410e-13j 14650.71224834-5.79854259e-15j 15862.65160234-1.91443131e-13j] [18885.27164473+3.20857284e-13j 18211.80648567+2.30794510e-13j 17036.02495541+4.82563361e-13j ... 15640.8407393 -2.22221109e-13j 15260.92983046+5.51761982e-13j 16774.65166077+2.91705084e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541283.282697916+2.4233807008389483e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541283.282697916+2.4233807008389483e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541283.366101421: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541283.366101421: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541283.282697916: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541283.282697916: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.52262434+1.08678028e-13j 19976.73587451+2.26393569e-13j 17498.55258695+4.07887308e-13j ... 16287.4443567 -6.72164392e-14j 16323.44757553-2.21621827e-13j 18461.35609574-9.37810846e-14j] [20731.58467247+2.62145911e-13j 19010.37385002+2.62539202e-13j 16446.03082882+5.17770588e-13j ... 16003.20855539+5.15940101e-15j 16791.42995123-9.13389223e-14j 18634.32105628+3.48187931e-14j] [18187.59711969+1.90834532e-13j 16770.23725279-6.22644176e-14j 15362.13610091+3.45714818e-13j ... 15387.72894082+2.09075134e-14j 16377.93850563+1.48556777e-14j 17439.53388211+1.19381736e-13j] ... [15777.32704594+3.06653541e-13j 16092.16740902+1.26263508e-13j 15353.55833379+6.92133161e-13j ... 13701.11233923+1.89333292e-13j 14071.06696782+1.92813488e-14j 14780.09183082-2.73536963e-14j] [17190.21265885+2.43840661e-13j 17114.17667872+7.98092853e-13j 16335.12434828-6.74765393e-16j ... 14411.51426704-1.95000916e-13j 14671.84340289-7.34878276e-15j 15852.50029872-2.27268110e-14j] [18886.52574971-3.10141272e-13j 18225.5697731 -2.06215501e-13j 17050.09305539+1.06969933e-12j ... 15648.05733367-1.49807055e-13j 15253.88541455-3.37755071e-13j 16760.70964457+3.25955088e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.52262434+1.08678028e-13j 19976.73587451+2.26393569e-13j 17498.55258695+4.07887308e-13j ... 16287.4443567 -6.72164392e-14j 16323.44757553-2.21621827e-13j 18461.35609574-9.37810846e-14j] [20731.58467247+2.62145911e-13j 19010.37385002+2.62539202e-13j 16446.03082882+5.17770588e-13j ... 16003.20855539+5.15940101e-15j 16791.42995123-9.13389223e-14j 18634.32105628+3.48187931e-14j] [18187.59711969+1.90834532e-13j 16770.23725279-6.22644176e-14j 15362.13610091+3.45714818e-13j ... 15387.72894082+2.09075134e-14j 16377.93850563+1.48556777e-14j 17439.53388211+1.19381736e-13j] ... [15777.32704594+3.06653541e-13j 16092.16740902+1.26263508e-13j 15353.55833379+6.92133161e-13j ... 13701.11233923+1.89333292e-13j 14071.06696782+1.92813488e-14j 14780.09183082-2.73536963e-14j] [17190.21265885+2.43840661e-13j 17114.17667872+7.98092853e-13j 16335.12434828-6.74765393e-16j ... 14411.51426704-1.95000916e-13j 14671.84340289-7.34878276e-15j 15852.50029872-2.27268110e-14j] [18886.52574971-3.10141272e-13j 18225.5697731 -2.06215501e-13j 17050.09305539+1.06969933e-12j ... 15648.05733367-1.49807055e-13j 15253.88541455-3.37755071e-13j 16760.70964457+3.25955088e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541403.814161173+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541403.814161173+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541403.897566216: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541403.897566216: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541403.814161173: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541403.814161173: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000012750328: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000012750328: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.8653044 +5.47296045e-14j 19968.39160084+2.61517398e-13j 17511.17355527+2.63389530e-13j ... 16277.18216951-9.35537337e-14j 16315.53418983-3.29835019e-13j 18455.63437178+6.31939366e-14j] [20729.49786844+1.13771633e-13j 18988.64306322+3.81554396e-13j 16430.0228399 +4.01603444e-13j ... 16041.91710908+1.63525639e-14j 16824.1921154 -1.71287367e-13j 18645.96929293+1.00285469e-13j] [18192.86132034+2.16822166e-13j 16776.91116336+3.28130779e-13j 15374.4050496 +5.92015546e-13j ... 15386.87955098+4.27261426e-14j 16391.63935367-1.48868666e-13j 17444.91632534+2.03082038e-13j] ... [15742.69146697+3.14013809e-13j 16078.87567782+2.47701421e-13j 15365.06619354-5.72004033e-14j ... 13679.91926209-1.25132348e-14j 14060.35212033+1.78553179e-13j 14749.51461063+2.01838089e-13j] [17178.88742229+3.01601147e-13j 17118.9865741 +8.42837451e-14j 16333.45143878+7.30982103e-14j ... 14455.26842676+3.05542839e-13j 14690.88949302-1.61039968e-13j 15842.35047565-2.68544217e-14j] [18891.81832771+6.18728889e-14j 18240.11417557-2.97617519e-13j 17060.92620261-3.71915844e-13j ... 15653.17867202-7.69061702e-14j 15247.79047248-3.15736653e-13j 16753.48118055+4.60058125e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.8653044 +5.47296045e-14j 19968.39160084+2.61517398e-13j 17511.17355527+2.63389530e-13j ... 16277.18216951-9.35537337e-14j 16315.53418983-3.29835019e-13j 18455.63437178+6.31939366e-14j] [20729.49786844+1.13771633e-13j 18988.64306322+3.81554396e-13j 16430.0228399 +4.01603444e-13j ... 16041.91710908+1.63525639e-14j 16824.1921154 -1.71287367e-13j 18645.96929293+1.00285469e-13j] [18192.86132034+2.16822166e-13j 16776.91116336+3.28130779e-13j 15374.4050496 +5.92015546e-13j ... 15386.87955098+4.27261426e-14j 16391.63935367-1.48868666e-13j 17444.91632534+2.03082038e-13j] ... [15742.69146697+3.14013809e-13j 16078.87567782+2.47701421e-13j 15365.06619354-5.72004033e-14j ... 13679.91926209-1.25132348e-14j 14060.35212033+1.78553179e-13j 14749.51461063+2.01838089e-13j] [17178.88742229+3.01601147e-13j 17118.9865741 +8.42837451e-14j 16333.45143878+7.30982103e-14j ... 14455.26842676+3.05542839e-13j 14690.88949302-1.61039968e-13j 15842.35047565-2.68544217e-14j] [18891.81832771+6.18728889e-14j 18240.11417557-2.97617519e-13j 17060.92620261-3.71915844e-13j ... 15653.17867202-7.69061702e-14j 15247.79047248-3.15736653e-13j 16753.48118055+4.60058125e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541722.117507657+1.9387045606711586e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541722.117507657+1.9387045606711586e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541722.200916757: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541722.200916757: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541722.117507657: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541722.117507657: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21332.45267022+3.26132869e-14j 19954.58523078+2.20521653e-13j 17524.3490528 +3.44640770e-13j ... 16273.87191769-1.60471061e-13j 16314.92895582-1.55132681e-13j 18451.39127926-4.95777106e-14j] [20724.34934425-1.30714430e-14j 18967.91059872+3.10163034e-13j 16420.08503532+4.05788647e-13j ... 16080.88792628+1.43247413e-14j 16857.93080396-7.73279678e-14j 18655.14157502+7.92089777e-14j] [18201.31839945+1.19210683e-13j 16789.89856707+5.60249898e-13j 15387.32527798+5.18251896e-13j ... 15380.1742334 +2.26441663e-13j 16399.18212969-4.85512710e-14j 17448.6288378 +6.14445918e-14j] ... [15702.64431968+2.74998645e-13j 16066.27596919-3.82668046e-14j 15374.29768226-2.55865963e-13j ... 13658.94448819-2.24493502e-13j 14050.92560357-7.93682231e-14j 14719.77505117+2.00505025e-13j] [17164.39990565+8.06346150e-14j 17123.84326261-3.06774387e-13j 16332.25809799+1.83607160e-13j ... 14500.56604177-9.40079212e-14j 14706.46891263+2.12471433e-13j 15832.15839588-1.79696911e-15j] [18901.54015157-2.10931728e-13j 18255.89876778+8.18237166e-15j 17069.17314525+6.64930200e-13j ... 15657.62301122-4.34068560e-14j 15243.10311632+1.82584513e-13j 16752.59412615-1.84494970e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21332.45267022+3.26132869e-14j 19954.58523078+2.20521653e-13j 17524.3490528 +3.44640770e-13j ... 16273.87191769-1.60471061e-13j 16314.92895582-1.55132681e-13j 18451.39127926-4.95777106e-14j] [20724.34934425-1.30714430e-14j 18967.91059872+3.10163034e-13j 16420.08503532+4.05788647e-13j ... 16080.88792628+1.43247413e-14j 16857.93080396-7.73279678e-14j 18655.14157502+7.92089777e-14j] [18201.31839945+1.19210683e-13j 16789.89856707+5.60249898e-13j 15387.32527798+5.18251896e-13j ... 15380.1742334 +2.26441663e-13j 16399.18212969-4.85512710e-14j 17448.6288378 +6.14445918e-14j] ... [15702.64431968+2.74998645e-13j 16066.27596919-3.82668046e-14j 15374.29768226-2.55865963e-13j ... 13658.94448819-2.24493502e-13j 14050.92560357-7.93682231e-14j 14719.77505117+2.00505025e-13j] [17164.39990565+8.06346150e-14j 17123.84326261-3.06774387e-13j 16332.25809799+1.83607160e-13j ... 14500.56604177-9.40079212e-14j 14706.46891263+2.12471433e-13j 15832.15839588-1.79696911e-15j] [18901.54015157-2.10931728e-13j 18255.89876778+8.18237166e-15j 17069.17314525+6.64930200e-13j ... 15657.62301122-4.34068560e-14j 15243.10311632+1.82584513e-13j 16752.59412615-1.84494970e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542375.81041977+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542375.81041977+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542375.893837206: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542375.893837206: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542375.81041977: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542375.81041977: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.25010319832973016, -0.08160686691462213) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.25010319832973016, -0.08160686691462213) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00107004 0.00104498 0.00101991 ... 0.00101819 0.00104179 0.00106533] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00107004 0.00104498 0.00101991 ... 0.00101819 0.00104179 0.00106533] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00106385 0.00103857 0.0010133 ... 0.00101475 0.00103859 0.00106238] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00106385 0.00103857 0.0010133 ... 0.00101475 0.00103859 0.00106238] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0010572 0.00103171 0.00100624 ... 0.00101086 0.00103494 0.00105898] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0010572 0.00103171 0.00100624 ... 0.00101086 0.00103494 0.00105898] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009346 0.00091096 0.00088737 ... 0.00115642 0.00118127 0.001206 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009346 0.00091096 0.00088737 ... 0.00115642 0.00118127 0.001206 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00093849 0.00091506 0.00089167 ... 0.0011614 0.00118599 0.00121046] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00093849 0.00091506 0.00089167 ... 0.0011614 0.00118599 0.00121046] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094196 0.00091874 0.00089556 ... 0.0011659 0.00119022 0.00121442]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094196 0.00091874 0.00089556 ... 0.0011659 0.00119022 0.00121442]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517174 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517174 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:474 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793025001_03102_00001_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:112 Calling ami_average for PSF results ... INFO stpipe.Ami3Pipeline.ami_average:step.py:360 Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits>],). INFO stpipe.Ami3Pipeline.ami_average:step.py:364 Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 INFO stpipe.Ami3Pipeline.ami_average:step.py:474 Step ami_average done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:122 Blending metadata for averaged psf DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:130 Calling ami_average for target results ... INFO stpipe.Ami3Pipeline.ami_average:step.py:360 Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits>],). INFO stpipe.Ami3Pipeline.ami_average:step.py:364 Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_average', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 INFO stpipe.Ami3Pipeline.ami_average:step.py:474 Step ami_average done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:140 Blending metadata for averaged target DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits INFO stpipe.Ami3Pipeline.ami_normalize:step.py:360 Step ami_normalize running with args (<AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits>, <AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits>). INFO stpipe.Ami3Pipeline.ami_normalize:step.py:364 Step ami_normalize parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_normalize:step.py:474 Step ami_normalize done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:158 Blending metadata for PSF normalized target DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:897 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits INFO stpipe.Ami3Pipeline:calwebb_ami3.py:167 ... ending calwebb_ami3 INFO stpipe.Ami3Pipeline:calwebb_ami3.py:167 ... ending calwebb_ami3 INFO stpipe.Ami3Pipeline:step.py:474 Step Ami3Pipeline done -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[025-c1014_ami] | 0.12 | |
|
run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...14_ami.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits'} suffix = 'c1014_ami', exposure = '025' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["c1014_ami"]) @pytest.mark.parametrize("exposure", ["022", "025"]) def test_niriss_ami3_exp(run_pipeline, suffix, exposure, fitsdiff_default_kwargs): """Check exposure-level results of calwebb_ami3""" rtdata = run_pipeline output = "jw00793" + exposure + "001_03102_00001_nis_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_c1014_ami.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793025001_03102_00001_nis_c1014_ami.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.1392306135235e-07 E Extra keyword 'DVA_RA' in a: -2.9229639017421e-07 E Extra keyword 'VA_DEC' in b: -4.1392306135235e-07 E Extra keyword 'VA_RA' in b: -2.9229639017421e-07 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf66d17fd0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:37: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[amiavg] | 0.36 | |
|
run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ts', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits'} suffix = 'amiavg' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.1521110556575e-07 E Extra keyword 'DVA_RA' in a: -2.9294226091187e-07 E Extra keyword 'VA_DEC' in b: -4.1521110556575e-07 E Extra keyword 'VA_RA' in b: -2.9294226091187e-07 E E Extension HDU 9 (HDRTAB, 1): E E Headers contain differences: E Keyword TTYPE185 has different values: E a> DVA_RA E ? - E b> VA_RA E Keyword TTYPE186 has different values: E a> DVA_DEC E ? - E b> VA_DEC E E Data contains differences: E Extra column DVA_RA of format D in a E Extra column DVA_DEC of format D in a E Extra column VA_RA of format D in b E Extra column VA_DEC of format D in b E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf5a074ee0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 221760 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[psf-amiavg] | 0.55 | |
|
run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes... 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits'} suffix = 'psf-amiavg' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.1390400321479e-07 E Extra keyword 'DVA_RA' in a: -2.9228761541588e-07 E Extra keyword 'VA_DEC' in b: -4.1390400321479e-07 E Extra keyword 'VA_RA' in b: -2.9228761541588e-07 E E Extension HDU 9 (HDRTAB, 1): E E Headers contain differences: E Keyword TTYPE185 has different values: E a> DVA_RA E ? - E b> VA_RA E Keyword TTYPE186 has different values: E a> DVA_DEC E ? - E b> VA_DEC E E Data contains differences: E Extra column DVA_RA of format D in a E Extra column DVA_DEC of format D in a E Extra column VA_RA of format D in b E Extra column VA_DEC of format D in b E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf59d08670>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 221760 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[aminorm] | 0.37 | |
|
run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...s', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits'} suffix = 'aminorm' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.1521110556575e-07 E Extra keyword 'DVA_RA' in a: -2.9294226091187e-07 E Extra keyword 'VA_DEC' in b: -4.1521110556575e-07 E Extra keyword 'VA_RA' in b: -2.9294226091187e-07 E E Extension HDU 9 (HDRTAB, 1): E E Headers contain differences: E Keyword TTYPE185 has different values: E a> DVA_RA E ? - E b> VA_RA E Keyword TTYPE186 has different values: E a> DVA_DEC E ? - E b> VA_DEC E E Data contains differences: E Extra column DVA_RA of format D in a E Extra column DVA_DEC of format D in a E Extra column VA_RA of format D in b E Extra column VA_DEC of format D in b E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf5a0bac40>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] | 103.33 | |
|
rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'calints' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_calints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 236 E b: 234 E Extra keyword 'DVA_DEC' in a: -5.8398682663291e-07 E Extra keyword 'DVA_RA' in a: -7.243942907678e-07 E Keyword VA_DEC has different comments: E b> [deg] Velocity aberrated apparent reference Dec E Keyword VA_RA has different comments: E b> [deg] Velocity aberrated apparent reference RA E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf588ae580>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError -----------------------------Captured stderr setup------------------------------ 2021-02-02 14:03:04,046 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-02-02 14:03:04,047 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-02-02 14:03:04,048 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-02-02 14:03:04,048 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-02-02 14:03:04,049 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-02-02 14:03:04,050 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-02-02 14:03:04,052 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-02-02 14:03:04,053 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:03:04,053 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:03:04,054 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:03:04,055 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-02-02 14:03:04,055 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-02-02 14:03:04,056 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:03:04,056 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-02-02 14:03:04,057 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-02-02 14:03:04,058 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-02-02 14:03:04,058 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:03:04,059 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:03:04,060 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-02-02 14:03:04,060 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-02-02 14:03:04,061 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-02-02 14:03:04,062 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-02-02 14:03:04,062 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:03:04,062 - stpipe - INFO - OS: Linux 2021-02-02 14:03:04,178 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits',). 2021-02-02 14:03:04,189 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-02-02 14:03:04,318 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg001_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] 2021-02-02 14:03:04,329 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is 'N/A'. 2021-02-02 14:03:04,330 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. 2021-02-02 14:03:04,331 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-02-02 14:03:04,331 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-02-02 14:03:04,331 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-02-02 14:03:04,332 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. 2021-02-02 14:03:04,333 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-02-02 14:03:04,333 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-02-02 14:03:04,333 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. 2021-02-02 14:03:04,334 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-02-02 14:03:04,334 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is 'N/A'. 2021-02-02 14:03:04,335 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-02-02 14:03:04,335 - stpipe.Spec2Pipeline - INFO - Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis 2021-02-02 14:03:04,335 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits ... 2021-02-02 14:03:04,548 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-02-02 14:03:04,549 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-02-02 14:03:05,736 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-02-02 14:03:05,740 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-02-02 14:03:05,826 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). 2021-02-02 14:03:05,826 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} 2021-02-02 14:03:05,826 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step skipped. 2021-02-02 14:03:05,827 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract done 2021-02-02 14:03:05,909 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). 2021-02-02 14:03:05,910 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:05,910 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step skipped. 2021-02-02 14:03:05,911 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract done 2021-02-02 14:03:05,991 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-02-02 14:03:05,992 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:05,992 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step skipped. 2021-02-02 14:03:05,992 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging done 2021-02-02 14:03:06,074 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-02-02 14:03:06,075 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:06,082 - stpipe.Spec2Pipeline.srctype - INFO - Input EXP_TYPE is NIS_SOSS 2021-02-02 14:03:06,082 - stpipe.Spec2Pipeline.srctype - INFO - Input SRCTYAPT = None 2021-02-02 14:03:06,082 - stpipe.Spec2Pipeline.srctype - WARNING - SRCTYAPT keyword not found in input; using SRCTYPE instead 2021-02-02 14:03:06,082 - stpipe.Spec2Pipeline.srctype - INFO - Input is a TSO exposure; setting SRCTYPE = POINT 2021-02-02 14:03:06,405 - stpipe.Spec2Pipeline.srctype - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_srctype.fits 2021-02-02 14:03:06,405 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype done 2021-02-02 14:03:06,564 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_srctype.fits>,). 2021-02-02 14:03:06,565 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} 2021-02-02 14:03:08,447 - stpipe.Spec2Pipeline.flat_field - INFO - Extracting matching subarray from flat 2021-02-02 14:03:08,900 - stpipe.Spec2Pipeline.flat_field - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_flat_field.fits 2021-02-02 14:03:08,901 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field done 2021-02-02 14:03:09,106 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-02-02 14:03:09,107 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} 2021-02-02 14:03:09,107 - stpipe.Spec2Pipeline.straylight - INFO - Step skipped. 2021-02-02 14:03:09,108 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight done 2021-02-02 14:03:09,192 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-02-02 14:03:09,193 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:09,193 - stpipe.Spec2Pipeline.fringe - INFO - Step skipped. 2021-02-02 14:03:09,193 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe done 2021-02-02 14:03:09,268 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-02-02 14:03:09,269 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:09,269 - stpipe.Spec2Pipeline.pathloss - INFO - Step skipped. 2021-02-02 14:03:09,270 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss done 2021-02-02 14:03:09,344 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-02-02 14:03:09,345 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:09,345 - stpipe.Spec2Pipeline.barshadow - INFO - Step skipped. 2021-02-02 14:03:09,345 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow done 2021-02-02 14:03:09,418 - stpipe.Spec2Pipeline.photom - INFO - Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-02-02 14:03:09,419 - stpipe.Spec2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:09,431 - stpipe.Spec2Pipeline.photom - INFO - Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits 2021-02-02 14:03:09,431 - stpipe.Spec2Pipeline.photom - INFO - Using area reference file: N/A 2021-02-02 14:03:09,615 - stpipe.Spec2Pipeline.photom - INFO - Using instrument: NIRISS 2021-02-02 14:03:09,616 - stpipe.Spec2Pipeline.photom - INFO - detector: NIS 2021-02-02 14:03:09,616 - stpipe.Spec2Pipeline.photom - INFO - exp_type: NIS_SOSS 2021-02-02 14:03:09,616 - stpipe.Spec2Pipeline.photom - INFO - filter: CLEAR 2021-02-02 14:03:09,616 - stpipe.Spec2Pipeline.photom - INFO - pupil: GR700XD 2021-02-02 14:03:09,644 - stpipe.Spec2Pipeline.photom - INFO - PHOTMJSR value: 1.39603e-10 2021-02-02 14:03:09,875 - stpipe.Spec2Pipeline.photom - INFO - Step photom done 2021-02-02 14:03:09,966 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-02-02 14:03:09,967 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:03:09,976 - stpipe.Spec2Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-02-02 14:03:09,978 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-02-02 14:03:09,978 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-02-02 14:03:10,004 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 1 2021-02-02 14:03:10,004 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:03:10,112 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:03:10,112 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:03:10,112 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:03:11,439 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:12,876 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:14,322 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:15,780 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:17,233 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:18,694 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:20,149 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:21,596 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:23,065 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:24,521 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:03:24,540 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:03:24,540 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 2 2021-02-02 14:03:24,541 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:03:24,649 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:03:24,649 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:03:24,649 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:03:25,971 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:25,971 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-02-02 14:03:27,417 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:28,860 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:30,301 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:31,746 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:33,187 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:34,625 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:36,073 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:37,516 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:38,956 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:38,975 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:03:38,975 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 3 2021-02-02 14:03:38,975 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:03:39,083 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:03:39,083 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:03:39,083 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:03:40,406 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:40,406 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-02-02 14:03:41,939 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:43,471 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:44,997 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:46,521 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:48,037 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:49,555 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:51,072 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:52,587 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:54,105 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:03:54,123 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:03:54,959 - stpipe.Spec2Pipeline.extract_1d - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_x1dints.fits 2021-02-02 14:03:54,960 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:03:54,960 - stpipe.Spec2Pipeline - INFO - Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis 2021-02-02 14:03:54,960 - stpipe.Spec2Pipeline - INFO - Ending calwebb_spec2 2021-02-02 14:03:55,308 - stpipe.Spec2Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_calints.fits 2021-02-02 14:03:55,308 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline done 2021-02-02 14:03:56,304 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-02-02 14:03:56,305 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-02-02 14:03:56,306 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-02-02 14:03:56,307 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-02-02 14:03:56,307 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-02-02 14:03:56,308 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-02-02 14:03:56,310 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-02-02 14:03:56,311 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:03:56,311 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:03:56,312 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:03:56,313 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-02-02 14:03:56,313 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-02-02 14:03:56,314 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:03:56,315 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-02-02 14:03:56,315 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-02-02 14:03:56,316 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-02-02 14:03:56,317 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:03:56,319 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:03:56,319 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-02-02 14:03:56,320 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-02-02 14:03:56,321 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-02-02 14:03:56,322 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-02-02 14:03:56,322 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:03:56,322 - stpipe - INFO - OS: Linux 2021-02-02 14:03:56,540 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits',). 2021-02-02 14:03:56,551 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-02-02 14:03:56,684 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] 2021-02-02 14:03:56,690 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is 'N/A'. 2021-02-02 14:03:56,690 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-02-02 14:03:56,690 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-02-02 14:03:56,690 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-02-02 14:03:56,690 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-02-02 14:03:56,691 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-02-02 14:03:56,691 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is 'N/A'. 2021-02-02 14:03:56,691 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. 2021-02-02 14:03:56,692 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-02-02 14:03:56,692 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-02-02 14:03:56,692 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-02-02 14:03:56,694 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. 2021-02-02 14:03:56,697 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-02-02 14:03:56,697 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-02-02 14:03:56,697 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. 2021-02-02 14:03:56,699 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-02-02 14:03:56,699 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is 'N/A'. 2021-02-02 14:03:56,699 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-02-02 14:03:56,699 - stpipe.Spec2Pipeline - INFO - Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis 2021-02-02 14:03:56,699 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits ... 2021-02-02 14:03:56,917 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:56,918 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-02-02 14:03:57,095 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-02-02 14:03:57,097 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-02-02 14:03:57,187 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). 2021-02-02 14:03:57,188 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} 2021-02-02 14:03:57,188 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step skipped. 2021-02-02 14:03:57,189 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract done 2021-02-02 14:03:57,272 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). 2021-02-02 14:03:57,273 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:57,273 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step skipped. 2021-02-02 14:03:57,273 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract done 2021-02-02 14:03:57,357 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:57,357 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:57,357 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step skipped. 2021-02-02 14:03:57,358 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging done 2021-02-02 14:03:57,436 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:57,437 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:57,443 - stpipe.Spec2Pipeline.srctype - INFO - Input EXP_TYPE is NIS_SOSS 2021-02-02 14:03:57,444 - stpipe.Spec2Pipeline.srctype - INFO - Input SRCTYAPT = None 2021-02-02 14:03:57,444 - stpipe.Spec2Pipeline.srctype - WARNING - SRCTYAPT keyword not found in input; using SRCTYPE instead 2021-02-02 14:03:57,444 - stpipe.Spec2Pipeline.srctype - INFO - Input is a TSO exposure; setting SRCTYPE = POINT 2021-02-02 14:03:57,444 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype done 2021-02-02 14:03:57,527 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:57,528 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} 2021-02-02 14:03:57,780 - stpipe.Spec2Pipeline.flat_field - INFO - Extracting matching subarray from flat 2021-02-02 14:03:57,887 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field done 2021-02-02 14:03:57,978 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:57,979 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} 2021-02-02 14:03:57,979 - stpipe.Spec2Pipeline.straylight - INFO - Step skipped. 2021-02-02 14:03:57,980 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight done 2021-02-02 14:03:58,069 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:58,069 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-02-02 14:03:58,070 - stpipe.Spec2Pipeline.fringe - INFO - Step skipped. 2021-02-02 14:03:58,070 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe done 2021-02-02 14:03:58,157 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:58,157 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:58,158 - stpipe.Spec2Pipeline.pathloss - INFO - Step skipped. 2021-02-02 14:03:58,158 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss done 2021-02-02 14:03:58,242 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:58,242 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:58,243 - stpipe.Spec2Pipeline.barshadow - INFO - Step skipped. 2021-02-02 14:03:58,243 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow done 2021-02-02 14:03:58,327 - stpipe.Spec2Pipeline.photom - INFO - Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-02-02 14:03:58,328 - stpipe.Spec2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-02-02 14:03:58,338 - stpipe.Spec2Pipeline.photom - INFO - Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits 2021-02-02 14:03:58,338 - stpipe.Spec2Pipeline.photom - INFO - Using area reference file: N/A 2021-02-02 14:03:58,514 - stpipe.Spec2Pipeline.photom - INFO - Using instrument: NIRISS 2021-02-02 14:03:58,515 - stpipe.Spec2Pipeline.photom - INFO - detector: NIS 2021-02-02 14:03:58,515 - stpipe.Spec2Pipeline.photom - INFO - exp_type: NIS_SOSS 2021-02-02 14:03:58,515 - stpipe.Spec2Pipeline.photom - INFO - filter: CLEAR 2021-02-02 14:03:58,515 - stpipe.Spec2Pipeline.photom - INFO - pupil: GR700XD 2021-02-02 14:03:58,531 - stpipe.Spec2Pipeline.photom - INFO - PHOTMJSR value: 1.39603e-10 2021-02-02 14:03:58,773 - stpipe.Spec2Pipeline.photom - INFO - Step photom done 2021-02-02 14:03:58,865 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-02-02 14:03:58,866 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:03:58,875 - stpipe.Spec2Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-02-02 14:03:58,876 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-02-02 14:03:58,876 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-02-02 14:03:58,894 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 1 2021-02-02 14:03:58,894 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:03:59,004 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:03:59,004 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:03:59,004 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:04:00,406 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:01,925 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:03,449 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:04,973 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:06,499 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:08,030 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:09,554 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:11,082 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:12,604 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:14,125 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:14,145 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:04:14,145 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 2 2021-02-02 14:04:14,145 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:04:14,258 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:04:14,258 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:04:14,258 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:04:15,667 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:15,668 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-02-02 14:04:17,171 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:18,619 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:20,069 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:21,519 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:22,965 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:24,419 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:25,868 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:27,317 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:28,772 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:28,791 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:04:28,792 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 3 2021-02-02 14:04:28,792 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:04:28,903 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:04:28,903 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:04:28,904 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:04:30,238 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:30,239 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-02-02 14:04:31,689 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:33,151 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:34,612 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:36,068 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:37,527 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:38,995 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:40,453 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:41,907 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:43,349 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:04:43,367 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:04:44,207 - stpipe.Spec2Pipeline.extract_1d - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_x1dints.fits 2021-02-02 14:04:44,207 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:04:44,207 - stpipe.Spec2Pipeline - INFO - Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis 2021-02-02 14:04:44,207 - stpipe.Spec2Pipeline - INFO - Ending calwebb_spec2 2021-02-02 14:04:44,568 - stpipe.Spec2Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_calints.fits 2021-02-02 14:04:44,568 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline done -------------------------------Captured log setup------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso-spec2.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso-spec2.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. INFO stpipe.Spec2Pipeline:step.py:313 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:313 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:313 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:313 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:313 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:313 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:313 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:313 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:313 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:313 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:313 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:313 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:313 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:313 Extract1dStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Spec2Pipeline:step.py:360 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits',). INFO stpipe.Spec2Pipeline:step.py:364 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg001_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for APCORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISTORTION reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVELENGTHRANGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:86 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:103 Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:169 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:345 Science data does not allow fringe correction. Skipping "fringe". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:360 Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:364 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:474 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:360 Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:364 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:474 Step bkg_subtract done INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:360 Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:364 Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:474 Step imprint_subtract done INFO stpipe.Spec2Pipeline.msa_flagging:step.py:360 Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.msa_flagging:step.py:364 Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.msa_flagging:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:474 Step msa_flagging done INFO stpipe.Spec2Pipeline.srctype:step.py:360 Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.srctype:step.py:364 Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:step.py:897 Saved model in jw00625023001_03101_00001-seg001_nis_srctype.fits INFO stpipe.Spec2Pipeline.srctype:step.py:474 Step srctype done INFO stpipe.Spec2Pipeline.flat_field:step.py:360 Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_srctype.fits>,). INFO stpipe.Spec2Pipeline.flat_field:step.py:364 Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:72 Input is CubeModel of exposure type NIS_SOSS DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:197 Using FLAT reference file: /grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type FFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type SFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type DFLAT DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.flat_field:step.py:897 Saved model in jw00625023001_03101_00001-seg001_nis_flat_field.fits INFO stpipe.Spec2Pipeline.flat_field:step.py:474 Step flat_field done INFO stpipe.Spec2Pipeline.straylight:step.py:360 Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.straylight:step.py:364 Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} INFO stpipe.Spec2Pipeline.straylight:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.straylight:step.py:474 Step straylight done INFO stpipe.Spec2Pipeline.fringe:step.py:360 Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.fringe:step.py:364 Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.fringe:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.fringe:step.py:474 Step fringe done INFO stpipe.Spec2Pipeline.pathloss:step.py:360 Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.pathloss:step.py:364 Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.pathloss:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.pathloss:step.py:474 Step pathloss done INFO stpipe.Spec2Pipeline.barshadow:step.py:360 Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.barshadow:step.py:364 Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.barshadow:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.barshadow:step.py:474 Step barshadow done INFO stpipe.Spec2Pipeline.photom:step.py:360 Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.photom:step.py:364 Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:photom_step.py:33 Input is CubeModel INFO stpipe.Spec2Pipeline.photom:photom_step.py:52 Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits INFO stpipe.Spec2Pipeline.photom:photom_step.py:53 Using area reference file: N/A DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:step.py:474 Step photom done INFO stpipe.Spec2Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Spec2Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:96 Input is a CubeModel for a multiple integ. file INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:251 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:256 APCORR reference file name is "N/A" INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:257 APCORR will NOT be applied DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Spec2Pipeline.extract_1d:step.py:897 Saved model in jw00625023001_03101_00001-seg001_nis_x1dints.fits INFO stpipe.Spec2Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Spec2Pipeline:calwebb_spec2.py:284 Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:131 Ending calwebb_spec2 INFO stpipe.Spec2Pipeline:step.py:897 Saved model in jw00625023001_03101_00001-seg001_nis_calints.fits INFO stpipe.Spec2Pipeline:step.py:474 Step Spec2Pipeline done DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso-spec2.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso-spec2.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. INFO stpipe.Spec2Pipeline:step.py:313 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:313 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:313 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:313 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:313 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:313 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:313 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:313 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:313 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:313 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:313 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:313 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:313 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:313 Extract1dStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Spec2Pipeline:step.py:360 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits',). INFO stpipe.Spec2Pipeline:step.py:364 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for APCORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISTORTION reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVELENGTHRANGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:86 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:103 Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:169 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:345 Science data does not allow fringe correction. Skipping "fringe". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:360 Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:364 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:474 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:360 Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:364 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:474 Step bkg_subtract done INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:360 Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:364 Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:474 Step imprint_subtract done INFO stpipe.Spec2Pipeline.msa_flagging:step.py:360 Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.msa_flagging:step.py:364 Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.msa_flagging:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:474 Step msa_flagging done INFO stpipe.Spec2Pipeline.srctype:step.py:360 Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.srctype:step.py:364 Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:step.py:474 Step srctype done INFO stpipe.Spec2Pipeline.flat_field:step.py:360 Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.flat_field:step.py:364 Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:72 Input is CubeModel of exposure type NIS_SOSS DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:197 Using FLAT reference file: /grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type FFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type SFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type DFLAT DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.flat_field:step.py:474 Step flat_field done INFO stpipe.Spec2Pipeline.straylight:step.py:360 Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.straylight:step.py:364 Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} INFO stpipe.Spec2Pipeline.straylight:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.straylight:step.py:474 Step straylight done INFO stpipe.Spec2Pipeline.fringe:step.py:360 Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.fringe:step.py:364 Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.fringe:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.fringe:step.py:474 Step fringe done INFO stpipe.Spec2Pipeline.pathloss:step.py:360 Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.pathloss:step.py:364 Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.pathloss:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.pathloss:step.py:474 Step pathloss done INFO stpipe.Spec2Pipeline.barshadow:step.py:360 Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.barshadow:step.py:364 Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.barshadow:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.barshadow:step.py:474 Step barshadow done INFO stpipe.Spec2Pipeline.photom:step.py:360 Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.photom:step.py:364 Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:photom_step.py:33 Input is CubeModel INFO stpipe.Spec2Pipeline.photom:photom_step.py:52 Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits INFO stpipe.Spec2Pipeline.photom:photom_step.py:53 Using area reference file: N/A DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:step.py:474 Step photom done INFO stpipe.Spec2Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Spec2Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:96 Input is a CubeModel for a multiple integ. file INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:251 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:256 APCORR reference file name is "N/A" INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:257 APCORR will NOT be applied DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3279 All 10 integrations done DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Spec2Pipeline.extract_1d:step.py:897 Saved model in jw00625023001_03101_00001-seg002_nis_x1dints.fits INFO stpipe.Spec2Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Spec2Pipeline:calwebb_spec2.py:284 Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:131 Ending calwebb_spec2 INFO stpipe.Spec2Pipeline:step.py:897 Saved model in jw00625023001_03101_00001-seg002_nis_calints.fits INFO stpipe.Spec2Pipeline:step.py:474 Step Spec2Pipeline done -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178439040 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[flat_field] | 1.70 | |
|
rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'flat_field' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_flat_field.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_flat_field.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 227 E b: 225 E Extra keyword 'DVA_DEC' in a: -5.8398682663291e-07 E Extra keyword 'DVA_RA' in a: -7.243942907678e-07 E Keyword VA_DEC has different comments: E b> [deg] Velocity aberrated apparent reference Dec E Keyword VA_RA has different comments: E b> [deg] Velocity aberrated apparent reference RA E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf59c2e9a0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[srctype] | 1.63 | |
|
rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'srctype' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_srctype.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_srctype.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 218 E b: 216 E Extra keyword 'DVA_DEC' in a: -5.8398682663291e-07 E Extra keyword 'DVA_RA' in a: -7.243942907678e-07 E Keyword VA_DEC has different comments: E b> [deg] Velocity aberrated apparent reference Dec E Keyword VA_RA has different comments: E b> [deg] Velocity aberrated apparent reference RA E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf58f13c10>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155358720 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155358720 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155358720 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155358720 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[x1dints] | 0.52 | |
|
rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'x1dints' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_x1dints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_x1dints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -5.8398682663291e-07 E Extra keyword 'DVA_RA' in a: -7.243942907678e-07 E Extra keyword 'VA_DEC' in b: -5.8398682663291e-07 E Extra keyword 'VA_RA' in b: -7.243942907678e-07 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf591b3310>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 4461120 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 4461120 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 4461120 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 4461120 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints | 98.99 | |
|
rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ruth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits'} run_tso_spec3 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata def test_niriss_soss_stage3_crfints(rtdata_module, run_tso_spec3, fitsdiff_default_kwargs): """Regression test of tso-spec3 pipeline outlier_detection results performed on NIRISS SOSS data.""" rtdata = rtdata_module output = "jw00625023001_03101_00001-seg001_nis_o023_crfints.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 237 E b: 235 E Extra keyword 'DVA_DEC' in a: -5.8398682663291e-07 E Extra keyword 'DVA_RA' in a: -7.243942907678e-07 E Keyword VA_DEC has different comments: E b> [deg] Velocity aberrated apparent reference Dec E Keyword VA_RA has different comments: E b> [deg] Velocity aberrated apparent reference RA E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf5891f910>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:63: AssertionError -----------------------------Captured stderr setup------------------------------ 2021-02-02 14:04:51,627 - stpipe.Tso3Pipeline - INFO - Tso3Pipeline instance created. 2021-02-02 14:04:51,628 - stpipe.Tso3Pipeline.outlier_detection - INFO - OutlierDetectionStep instance created. 2021-02-02 14:04:51,628 - stpipe.Tso3Pipeline.tso_photometry - INFO - TSOPhotometryStep instance created. 2021-02-02 14:04:51,629 - stpipe.Tso3Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-02-02 14:04:51,630 - stpipe.Tso3Pipeline.white_light - INFO - WhiteLightStep instance created. 2021-02-02 14:04:51,630 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:04:51,630 - stpipe - INFO - OS: Linux 2021-02-02 14:04:51,730 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_20191210t204036_tso3_001_asn.json',). 2021-02-02 14:04:51,733 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'scale_detection': False, 'steps': {'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'tso_photometry': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_catalog': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'white_light': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None}}} 2021-02-02 14:04:51,896 - stpipe.Tso3Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_calints.fits' reftypes = ['gain', 'readnoise'] 2021-02-02 14:04:51,928 - stpipe.Tso3Pipeline - INFO - Prefetch for GAIN reference file is '/grp/crds/cache/references/jwst/jwst_niriss_gain_0006.fits'. 2021-02-02 14:04:51,930 - stpipe.Tso3Pipeline - INFO - Prefetch for READNOISE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_readnoise_0004.fits'. 2021-02-02 14:04:51,931 - stpipe.Tso3Pipeline - INFO - Starting calwebb_tso3... 2021-02-02 14:04:52,627 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ... 2021-02-02 14:04:52,758 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,). 2021-02-02 14:04:52,759 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} 2021-02-02 14:04:52,761 - stpipe.Tso3Pipeline.outlier_detection - INFO - Performing outlier detection on 10 inputs 2021-02-02 14:04:52,919 - stpipe.Tso3Pipeline.outlier_detection - INFO - Generating median from 10 images 2021-02-02 14:04:53,964 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done 2021-02-02 14:04:54,206 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ... 2021-02-02 14:04:54,311 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,). 2021-02-02 14:04:54,312 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} 2021-02-02 14:04:54,314 - stpipe.Tso3Pipeline.outlier_detection - INFO - Performing outlier detection on 10 inputs 2021-02-02 14:04:54,477 - stpipe.Tso3Pipeline.outlier_detection - INFO - Generating median from 10 images 2021-02-02 14:04:55,530 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done 2021-02-02 14:04:55,539 - stpipe.Tso3Pipeline - INFO - Saving crfints products with updated DQ arrays ... 2021-02-02 14:04:55,853 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_o023_crfints.fits 2021-02-02 14:04:56,169 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_o023_crfints.fits 2021-02-02 14:04:56,180 - stpipe.Tso3Pipeline - INFO - Extracting 1-D spectra ... 2021-02-02 14:04:56,309 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-02-02 14:04:56,310 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:04:56,336 - stpipe.Tso3Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-02-02 14:04:56,338 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-02-02 14:04:56,338 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-02-02 14:04:56,361 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 1 2021-02-02 14:04:56,361 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:04:56,485 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:04:56,485 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:04:56,485 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:04:57,811 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:04:59,276 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:00,739 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:02,216 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:03,686 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:05,150 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:06,616 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:08,083 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:09,546 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:11,007 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:11,026 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:05:11,026 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 2 2021-02-02 14:05:11,026 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:05:11,149 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:05:11,150 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:05:11,150 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:05:12,472 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:12,473 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-02-02 14:05:13,934 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:15,415 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:16,878 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:18,339 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:19,798 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:21,268 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:22,733 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:24,202 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:25,668 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:25,687 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:05:25,687 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 3 2021-02-02 14:05:25,687 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:05:25,811 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:05:25,811 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:05:25,811 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:05:27,138 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:27,139 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-02-02 14:05:28,606 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:30,072 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:31,533 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:33,296 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:34,785 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:36,263 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:37,731 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:39,211 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:40,683 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:40,702 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:05:40,722 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:05:40,799 - stpipe.Tso3Pipeline - INFO - Performing white-light photometry ... 2021-02-02 14:05:40,927 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-02-02 14:05:40,928 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} 2021-02-02 14:05:40,939 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light done 2021-02-02 14:05:40,939 - stpipe.Tso3Pipeline - INFO - Extracting 1-D spectra ... 2021-02-02 14:05:41,039 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-02-02 14:05:41,040 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'extract_1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:05:41,065 - stpipe.Tso3Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-02-02 14:05:41,067 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-02-02 14:05:41,067 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-02-02 14:05:41,094 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 1 2021-02-02 14:05:41,095 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:05:41,219 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:05:41,219 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:05:41,219 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:05:42,565 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:44,074 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:45,550 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:47,022 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:48,504 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:49,982 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:51,454 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:52,930 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:54,409 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:55,881 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) 2021-02-02 14:05:55,900 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:05:55,900 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 2 2021-02-02 14:05:55,901 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:05:56,014 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:05:56,014 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:05:56,014 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:05:57,367 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:05:57,367 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-02-02 14:05:58,845 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:00,317 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:01,806 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:03,283 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:04,757 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:06,235 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:07,705 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:09,174 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:10,646 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:10,665 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:06:10,665 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 3 2021-02-02 14:06:10,665 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-02-02 14:06:10,781 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:06:10,781 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-02-02 14:06:10,781 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-02-02 14:06:12,121 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:12,122 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-02-02 14:06:13,589 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:15,054 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:16,516 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:17,977 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:19,446 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:20,931 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:22,397 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:23,864 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:25,317 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.01 (column 2044) 2021-02-02 14:06:25,336 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-02-02 14:06:25,357 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:06:25,434 - stpipe.Tso3Pipeline - INFO - Performing white-light photometry ... 2021-02-02 14:06:25,586 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-02-02 14:06:25,587 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} 2021-02-02 14:06:25,598 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light done 2021-02-02 14:06:27,222 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits 2021-02-02 14:06:27,223 - stpipe.Tso3Pipeline - INFO - Writing Level 3 photometry catalog jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv 2021-02-02 14:06:27,227 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline done -------------------------------Captured log setup------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso3.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_tso3.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-TSO3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-TSO3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:pipeline.py:219 No PARS-TSO3PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-TSO3PIPELINE reference files found. DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/outlier_detection_tso.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/outlier_detection_tso.cfg INFO stpipe.Tso3Pipeline:step.py:313 Tso3Pipeline instance created. INFO stpipe.Tso3Pipeline.outlier_detection:step.py:313 OutlierDetectionStep instance created. INFO stpipe.Tso3Pipeline.tso_photometry:step.py:313 TSOPhotometryStep instance created. INFO stpipe.Tso3Pipeline.extract_1d:step.py:313 Extract1dStep instance created. INFO stpipe.Tso3Pipeline.white_light:step.py:313 WhiteLightStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Tso3Pipeline:step.py:360 Step Tso3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_20191210t204036_tso3_001_asn.json',). INFO stpipe.Tso3Pipeline:step.py:364 Step Tso3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'scale_detection': False, 'steps': {'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'tso_photometry': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_catalog': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'white_light': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None}}} DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. INFO stpipe.Tso3Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_calints.fits' reftypes = ['gain', 'readnoise'] INFO stpipe.Tso3Pipeline:pipeline.py:326 Prefetch for GAIN reference file is '/grp/crds/cache/references/jwst/jwst_niriss_gain_0006.fits'. INFO stpipe.Tso3Pipeline:pipeline.py:326 Prefetch for READNOISE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_readnoise_0004.fits'. INFO stpipe.Tso3Pipeline:calwebb_tso3.py:55 Starting calwebb_tso3... DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:215 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:689 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:465 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:95 Performing outlier detection on input images ... INFO stpipe.Tso3Pipeline.outlier_detection:step.py:360 Step outlier_detection running with args (<ModelContainer>,). INFO stpipe.Tso3Pipeline.outlier_detection:step.py:364 Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:201 Performing outlier detection on 10 inputs DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:163 Using OutlierDetection class for outlier_detection DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126763 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126763 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523702 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523702 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126798 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126798 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522924 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522924 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127915 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127915 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523683 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523683 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126714 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126714 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523672 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523672 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126426 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126426 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522967 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522967 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127891 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127891 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523684 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523684 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126760 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126760 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523630 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126582 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126582 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523113 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523113 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127901 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127901 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523773 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523773 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126606 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126606 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523747 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523747 INFO stpipe.Tso3Pipeline.outlier_detection:step.py:474 Step outlier_detection done DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:95 Performing outlier detection on input images ... INFO stpipe.Tso3Pipeline.outlier_detection:step.py:360 Step outlier_detection running with args (<ModelContainer>,). INFO stpipe.Tso3Pipeline.outlier_detection:step.py:364 Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:201 Performing outlier detection on 10 inputs DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:163 Using OutlierDetection class for outlier_detection DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 2.0595550537109375 INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126763 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126763 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523702 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523702 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126798 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126798 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522924 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522924 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127915 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127915 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523683 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523683 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126714 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126714 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523672 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523672 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126426 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126426 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522967 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 522967 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127891 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127891 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523684 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523684 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126760 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126760 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523630 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126582 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126582 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523113 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523113 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127901 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 127901 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523773 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523773 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126606 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 126606 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523747 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 523747 INFO stpipe.Tso3Pipeline.outlier_detection:step.py:474 Step outlier_detection done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:115 Saving crfints products with updated DQ arrays ... INFO stpipe.Tso3Pipeline:step.py:897 Saved model in jw00625023001_03101_00001-seg002_nis_o023_crfints.fits INFO stpipe.Tso3Pipeline:step.py:897 Saved model in jw00625023001_03101_00001-seg001_nis_o023_crfints.fits DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:158 Extracting 1-D spectra ... INFO stpipe.Tso3Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:96 Input is a CubeModel for a multiple integ. file INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:251 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:256 APCORR reference file name is "N/A" INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:257 APCORR will NOT be applied DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Tso3Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:163 Performing white-light photometry ... INFO stpipe.Tso3Pipeline.white_light:step.py:360 Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.white_light:step.py:364 Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. INFO stpipe.Tso3Pipeline.white_light:step.py:474 Step white_light done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:158 Extracting 1-D spectra ... INFO stpipe.Tso3Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'extract_1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:96 Input is a CubeModel for a multiple integ. file INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:251 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:256 APCORR reference file name is "N/A" INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:257 APCORR will NOT be applied DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.8402383487616012 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 207 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 207 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3134 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3171 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1716 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3756 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3760 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1963 1202 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3874 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:223 Not enough valid pixels to determine background for lambda=0.01 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3279 All 10 integrations done DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3414 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3440 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Tso3Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:163 Performing white-light photometry ... INFO stpipe.Tso3Pipeline.white_light:step.py:360 Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.white_light:step.py:364 Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. INFO stpipe.Tso3Pipeline.white_light:step.py:474 Step white_light done INFO stpipe.Tso3Pipeline:step.py:897 Saved model in jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits INFO stpipe.Tso3Pipeline:calwebb_tso3.py:181 Writing Level 3 photometry catalog jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv INFO stpipe.Tso3Pipeline:step.py:474 Step Tso3Pipeline done -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178439040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178439040 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_x1dints | 1.30 | |
|
run_tso_spec3 = None rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...te': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata def test_niriss_soss_stage3_x1dints(run_tso_spec3, rtdata_module, fitsdiff_default_kwargs): """Regression test of tso-spec3 pipeline extract_1d results performed on NIRISS SOSS data.""" rtdata = rtdata_module output = "jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -5.8395892766002e-07 E Extra keyword 'DVA_RA' in a: -7.2750418649552e-07 E Extra keyword 'VA_DEC' in b: -5.8395892766002e-07 E Extra keyword 'VA_RA' in b: -7.2750418649552e-07 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf5997c9d0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:76: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 8864640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 8864640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 8864640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 8864640 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] | 12.28 | |
|
run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes.../truth/nir_wfss_assign_wcs.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_assign_wcs.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'assign_wcs' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_assign_wcs.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_assign_wcs.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 223 E b: 222 E Inconsistent duplicates of keyword '' : E Occurs 40 time(s) in a, 39 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E b> Nirspec FORE Model reference file information E Keyword [21] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [22] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [23] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [24] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [25] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [26] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [27] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [28] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [29] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [30] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [31] has different values: E a> Persistence saturation reference file information E b> Read noise reference file information E Keyword [32] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [33] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [34] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [35] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [36] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [37] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [38] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [39] has different values: E a> Wavelength Range reference file information E b> Calibration step information E Keyword DVA_DEC has different comments: E a> [rad] Velocity aberration correction Dec offset E ? ------ E b> Velocity aberration correction Dec offset (rad) E ? ++++++ E Keyword DVA_RA has different comments: E a> [rad] Velocity aberration correction RA offset E ? ------ E b> Velocity aberration correction RA offset (rad) E ? ++++++ E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 44 E b: 45 E Inconsistent duplicates of keyword '' : E Occurs 3 time(s) in a, 4 times in (b) E Keyword has different values: E a> Information about the coordinates in the file E b> Velocity aberration correction information E Keyword [2] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [3] has different values: E a> WCS parameters E b> Spacecraft pointing information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError -----------------------------Captured stderr setup------------------------------ 2021-02-02 14:06:34,619 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-02-02 14:06:34,620 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-02-02 14:06:34,621 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-02-02 14:06:34,621 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-02-02 14:06:34,622 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-02-02 14:06:34,623 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-02-02 14:06:34,625 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-02-02 14:06:34,626 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:06:34,627 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:06:34,627 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:06:34,628 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-02-02 14:06:34,628 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-02-02 14:06:34,629 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-02-02 14:06:34,630 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-02-02 14:06:34,631 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-02-02 14:06:34,631 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-02-02 14:06:34,632 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-02-02 14:06:34,633 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-02-02 14:06:34,633 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-02-02 14:06:34,635 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-02-02 14:06:34,636 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-02-02 14:06:34,637 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-02-02 14:06:34,637 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:06:34,637 - stpipe - INFO - OS: Linux 2021-02-02 14:06:35,016 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json',). 2021-02-02 14:06:35,028 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-02-02 14:06:35,147 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'nir_wfss_rate.fits' reftypes = ['apcorr', 'area', 'barshadow', 'camera', 'collimator', 'cubepar', 'dflat', 'disperser', 'distortion', 'drizpars', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'msaoper', 'ote', 'pathloss', 'photom', 'regions', 'resol', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange', 'wfssbkg'] 2021-02-02 14:06:35,174 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for BARSHADOW reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for CUBEPAR reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-02-02 14:06:35,175 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf'. 2021-02-02 14:06:35,176 - stpipe.Spec2Pipeline - INFO - Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. 2021-02-02 14:06:35,177 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is 'N/A'. 2021-02-02 14:06:35,177 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-02-02 14:06:35,177 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-02-02 14:06:35,177 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0195.fits'. 2021-02-02 14:06:35,177 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for MSAOPER reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for PATHLOSS reference file is 'N/A'. 2021-02-02 14:06:35,178 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits'. 2021-02-02 14:06:35,179 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-02-02 14:06:35,179 - stpipe.Spec2Pipeline - INFO - Prefetch for RESOL reference file is 'N/A'. 2021-02-02 14:06:35,179 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-02-02 14:06:35,179 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf'. 2021-02-02 14:06:35,180 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-02-02 14:06:35,180 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf'. 2021-02-02 14:06:35,181 - stpipe.Spec2Pipeline - INFO - Prefetch for WFSSBKG reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits'. 2021-02-02 14:06:35,182 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-02-02 14:06:35,188 - stpipe.Spec2Pipeline - INFO - Processing product nir_wfss 2021-02-02 14:06:35,188 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits ... 2021-02-02 14:06:35,296 - stpipe.Spec2Pipeline - INFO - Using sourcecat file nir_wfss_cat.ecsv 2021-02-02 14:06:35,503 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<ImageModel(2048, 2048) from nir_wfss_rate.fits>,). 2021-02-02 14:06:35,504 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-02-02 14:06:35,732 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-02-02 14:06:35,902 - stpipe.Spec2Pipeline.assign_wcs - INFO - Saved model in nir_wfss_assign_wcs.fits 2021-02-02 14:06:35,902 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-02-02 14:06:36,097 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_assign_wcs.fits>, []). 2021-02-02 14:06:36,098 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'bsub', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None} 2021-02-02 14:06:36,109 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Using WFSSBKG reference file /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits 2021-02-02 14:06:36,109 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Using WavelengthRange reference file /grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf 2021-02-02 14:06:37,027 - stpipe.Spec2Pipeline.bkg_subtract - WARNING - Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored 2021-02-02 14:06:37,064 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Extracting objects < abmag = 99.0 2021-02-02 14:06:37,065 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Getting objects from nir_wfss_cat.ecsv 2021-02-02 14:06:37,653 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Saved model in nir_wfss_bsub.fits 2021-02-02 14:06:37,654 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract done 2021-02-02 14:06:37,769 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>, []). 2021-02-02 14:06:37,769 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} 2021-02-02 14:06:37,770 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step skipped. 2021-02-02 14:06:37,770 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract done 2021-02-02 14:06:37,850 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>,). 2021-02-02 14:06:37,851 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} 2021-02-02 14:06:37,851 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step skipped. 2021-02-02 14:06:37,852 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging done 2021-02-02 14:06:37,932 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>,). 2021-02-02 14:06:37,932 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} 2021-02-02 14:06:40,009 - stpipe.Spec2Pipeline.flat_field - INFO - Saved model in nir_wfss_flat_field.fits 2021-02-02 14:06:40,009 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field done 2021-02-02 14:06:40,098 - stpipe.Spec2Pipeline.extract_2d - INFO - Step extract_2d running with args (<ImageModel(2048, 2048) from nir_wfss_flat_field.fits>,). 2021-02-02 14:06:40,099 - stpipe.Spec2Pipeline.extract_2d - INFO - Step extract_2d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0} 2021-02-02 14:06:40,108 - stpipe.Spec2Pipeline.extract_2d - INFO - EXP_TYPE is NIS_WFSS 2021-02-02 14:06:40,115 - stpipe.Spec2Pipeline.extract_2d - INFO - Extracting objects < abmag = 99.0 2021-02-02 14:06:40,115 - stpipe.Spec2Pipeline.extract_2d - INFO - Getting objects from nir_wfss_cat.ecsv 2021-02-02 14:06:40,151 - stpipe.Spec2Pipeline.extract_2d - INFO - Grism object list created from source catalog: nir_wfss_cat.ecsv 2021-02-02 14:06:40,151 - stpipe.Spec2Pipeline.extract_2d - INFO - Extracting grism objects into MultiSlitModel 2021-02-02 14:06:40,256 - stpipe.Spec2Pipeline.extract_2d - INFO - Subarray extracted for obj: 10 order: 1: 2021-02-02 14:06:40,256 - stpipe.Spec2Pipeline.extract_2d - INFO - Subarray extents are: (xmin:1076, xmax:1085), (ymin:88, ymax:232) 2021-02-02 14:06:40,321 - stpipe.Spec2Pipeline.extract_2d - INFO - Finished extractions 2021-02-02 14:06:40,437 - stpipe.Spec2Pipeline.extract_2d - INFO - Saved model in nir_wfss_extract_2d.fits 2021-02-02 14:06:40,437 - stpipe.Spec2Pipeline.extract_2d - INFO - Step extract_2d done 2021-02-02 14:06:40,532 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype running with args (<MultiSlitModel from nir_wfss_extract_2d.fits>,). 2021-02-02 14:06:40,533 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} 2021-02-02 14:06:40,539 - stpipe.Spec2Pipeline.srctype - INFO - Input EXP_TYPE is NIS_WFSS 2021-02-02 14:06:40,539 - stpipe.Spec2Pipeline.srctype - WARNING - EXP_TYPE NIS_WFSS not applicable to this operation 2021-02-02 14:06:40,539 - stpipe.Spec2Pipeline.srctype - WARNING - Setting SRCTYPE = UNKNOWN 2021-02-02 14:06:40,657 - stpipe.Spec2Pipeline.srctype - INFO - Saved model in nir_wfss_srctype.fits 2021-02-02 14:06:40,657 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype done 2021-02-02 14:06:40,746 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). 2021-02-02 14:06:40,746 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} 2021-02-02 14:06:40,747 - stpipe.Spec2Pipeline.straylight - INFO - Step skipped. 2021-02-02 14:06:40,747 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight done 2021-02-02 14:06:40,825 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). 2021-02-02 14:06:40,826 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} 2021-02-02 14:06:40,826 - stpipe.Spec2Pipeline.fringe - INFO - Step skipped. 2021-02-02 14:06:40,826 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe done 2021-02-02 14:06:40,910 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). 2021-02-02 14:06:40,911 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} 2021-02-02 14:06:40,911 - stpipe.Spec2Pipeline.pathloss - INFO - Step skipped. 2021-02-02 14:06:40,911 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss done 2021-02-02 14:06:40,992 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). 2021-02-02 14:06:40,992 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} 2021-02-02 14:06:40,993 - stpipe.Spec2Pipeline.barshadow - INFO - Step skipped. 2021-02-02 14:06:40,993 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow done 2021-02-02 14:06:41,079 - stpipe.Spec2Pipeline.photom - INFO - Step photom running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). 2021-02-02 14:06:41,080 - stpipe.Spec2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} 2021-02-02 14:06:41,098 - stpipe.Spec2Pipeline.photom - INFO - Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits 2021-02-02 14:06:41,098 - stpipe.Spec2Pipeline.photom - INFO - Using area reference file: N/A 2021-02-02 14:06:41,224 - stpipe.Spec2Pipeline.photom - INFO - Using instrument: NIRISS 2021-02-02 14:06:41,224 - stpipe.Spec2Pipeline.photom - INFO - detector: NIS 2021-02-02 14:06:41,224 - stpipe.Spec2Pipeline.photom - INFO - exp_type: NIS_WFSS 2021-02-02 14:06:41,224 - stpipe.Spec2Pipeline.photom - INFO - filter: GR150R 2021-02-02 14:06:41,224 - stpipe.Spec2Pipeline.photom - INFO - pupil: F200W 2021-02-02 14:06:41,277 - stpipe.Spec2Pipeline.photom - INFO - Working on slit: 10 order: 1 2021-02-02 14:06:41,278 - stpipe.Spec2Pipeline.photom - INFO - PHOTMJSR value: 61.2501 2021-02-02 14:06:41,399 - stpipe.Spec2Pipeline.photom - INFO - Saved model in nir_wfss_photom.fits 2021-02-02 14:06:41,399 - stpipe.Spec2Pipeline.photom - INFO - Step photom done 2021-02-02 14:06:41,495 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d running with args (<MultiSlitModel from nir_wfss_cal.fits>,). 2021-02-02 14:06:41,496 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:06:41,502 - stpipe.Spec2Pipeline.extract_1d - INFO - No EXTRACT1D reference file will be used 2021-02-02 14:06:41,508 - stpipe.Spec2Pipeline.extract_1d - INFO - Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits 2021-02-02 14:06:41,582 - stpipe.Spec2Pipeline.extract_1d - INFO - Working on slit 10 2021-02-02 14:06:41,582 - stpipe.Spec2Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type UNKNOWN 2021-02-02 14:06:41,584 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:06:41,584 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=0, xstop=9, ystart=0, ystop=144 2021-02-02 14:06:41,667 - stpipe.Spec2Pipeline.extract_1d - INFO - Saved model in nir_wfss_x1d.fits 2021-02-02 14:06:41,667 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:06:41,667 - stpipe.Spec2Pipeline - INFO - Finished processing product nir_wfss 2021-02-02 14:06:41,667 - stpipe.Spec2Pipeline - INFO - Ending calwebb_spec2 2021-02-02 14:06:41,786 - stpipe.Spec2Pipeline - INFO - Saved model in nir_wfss_cal.fits 2021-02-02 14:06:41,786 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline done -------------------------------Captured log setup------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6210 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6210 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6210 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6210 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_spec2.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_spec2.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:219 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-SPEC2PIPELINE reference files found. INFO stpipe.Spec2Pipeline:step.py:313 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:313 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:313 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:313 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:313 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:313 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:313 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:313 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:313 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:313 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:313 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:313 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:313 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:313 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:313 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:313 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:313 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:313 Extract1dStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Spec2Pipeline:step.py:360 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json',). INFO stpipe.Spec2Pipeline:step.py:364 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec2Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec2Pipeline:container.py:215 Files accepted for processing nir_wfss_rate.fits: DEBUG stpipe.Spec2Pipeline:container.py:215 Files accepted for processing nir_wfss_rate.fits: DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'nir_wfss_rate.fits' reftypes = ['apcorr', 'area', 'barshadow', 'camera', 'collimator', 'cubepar', 'dflat', 'disperser', 'distortion', 'drizpars', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'msaoper', 'ote', 'pathloss', 'photom', 'regions', 'resol', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange', 'wfssbkg'] INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for BARSHADOW reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for CUBEPAR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DISTORTION reference file is '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for EXTRACT1D reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0195.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for MSAOPER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for PATHLOSS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for RESOL reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WAVELENGTHRANGE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:326 Prefetch for WFSSBKG reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:86 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:103 Processing product nir_wfss INFO stpipe.Spec2Pipeline:calwebb_spec2.py:169 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:calwebb_spec2.py:192 Using sourcecat file nir_wfss_cat.ecsv DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:329 Science data does not allow imprint processing. Skipping "imprint_subtraction". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:335 Science data does not allow MSA flagging. Skipping "msa_flagging". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:340 Science data does not allow stray light correction. Skipping "straylight". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:345 Science data does not allow fringe correction. Skipping "fringe". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:350 Science data does not allow pathloss correction. Skipping "pathloss". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:355 Science data does not allow barshadow correction. Skipping "barshadow". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:360 Science data does not allow master background correction. Skipping "master_background". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:360 Step assign_wcs running with args (<ImageModel(2048, 2048) from nir_wfss_rate.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:364 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': 'N/A', 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': 'N/A', 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': None, 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': None, 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:897 Saved model in nir_wfss_assign_wcs.fits INFO stpipe.Spec2Pipeline.assign_wcs:step.py:474 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:360 Step bkg_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_assign_wcs.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:364 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'bsub', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None} DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.bkg_subtract:background_step.py:52 Using WFSSBKG reference file /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits INFO stpipe.Spec2Pipeline.bkg_subtract:background_step.py:53 Using WavelengthRange reference file /grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits as <class 'jwst.datamodels.wfssbkg.WfssBkgModel'> DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits as <class 'jwst.datamodels.wfssbkg.WfssBkgModel'> DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.bkg_subtract:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.bkg_subtract:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. WARNING stpipe.Spec2Pipeline.bkg_subtract:dynamicdq.py:29 Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored WARNING stpipe.Spec2Pipeline.bkg_subtract:dynamicdq.py:29 Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:619 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:619 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:627 Getting objects from nir_wfss_cat.ecsv INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:627 Getting objects from nir_wfss_cat.ecsv DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:635 Extracting with wavelength_range {1: (1.7, 2.28)} DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:635 Extracting with wavelength_range {1: (1.7, 2.28)} DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:159 mean of [25.0, 75.0] percentile science data = 0.008092461080385645 DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:159 mean of [25.0, 75.0] percentile science data = 0.008092461080385645 DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:161 mean of [25.0, 75.0] percentile background image = 0.9575457981310165 DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:161 mean of [25.0, 75.0] percentile background image = 0.9575457981310165 DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:168 Average of values subtracted = 0.0077395252842150245 DEBUG stpipe.Spec2Pipeline.bkg_subtract:background_sub.py:168 Average of values subtracted = 0.0077395252842150245 INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:897 Saved model in nir_wfss_bsub.fits INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:474 Step bkg_subtract done INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:360 Step imprint_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>, []). INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:364 Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:474 Step imprint_subtract done INFO stpipe.Spec2Pipeline.msa_flagging:step.py:360 Step msa_flagging running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>,). INFO stpipe.Spec2Pipeline.msa_flagging:step.py:364 Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} INFO stpipe.Spec2Pipeline.msa_flagging:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:474 Step msa_flagging done INFO stpipe.Spec2Pipeline.flat_field:step.py:360 Step flat_field running with args (<ImageModel(2048, 2048) from nir_wfss_bsub.fits>,). INFO stpipe.Spec2Pipeline.flat_field:step.py:364 Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:72 Input is ImageModel of exposure type NIS_WFSS DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:197 Using FLAT reference file: /grp/crds/cache/references/jwst/jwst_niriss_flat_0195.fits DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type FFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type SFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type DFLAT DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 INFO stpipe.Spec2Pipeline.flat_field:step.py:897 Saved model in nir_wfss_flat_field.fits INFO stpipe.Spec2Pipeline.flat_field:step.py:474 Step flat_field done INFO stpipe.Spec2Pipeline.extract_2d:step.py:360 Step extract_2d running with args (<ImageModel(2048, 2048) from nir_wfss_flat_field.fits>,). INFO stpipe.Spec2Pipeline.extract_2d:step.py:364 Step extract_2d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0} DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_2d:extract_2d.py:58 EXP_TYPE is NIS_WFSS INFO stpipe.Spec2Pipeline.extract_2d:extract_2d.py:58 EXP_TYPE is NIS_WFSS DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_2d:util.py:619 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.extract_2d:util.py:619 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.extract_2d:util.py:627 Getting objects from nir_wfss_cat.ecsv INFO stpipe.Spec2Pipeline.extract_2d:util.py:627 Getting objects from nir_wfss_cat.ecsv DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:635 Extracting with wavelength_range {1: (1.7, 2.28)} DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:635 Extracting with wavelength_range {1: (1.7, 2.28)} INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:367 Grism object list created from source catalog: nir_wfss_cat.ecsv INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:367 Grism object list created from source catalog: nir_wfss_cat.ecsv INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:375 Extracting grism objects into MultiSlitModel INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:375 Extracting grism objects into MultiSlitModel DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:422 Subarray extracted for obj: 10 order: 1: INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:422 Subarray extracted for obj: 10 order: 1: INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:423 Subarray extents are: (xmin:1076, xmax:1085), (ymin:88, ymax:232) INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:423 Subarray extents are: (xmin:1076, xmax:1085), (ymin:88, ymax:232) DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_2d:grisms.py:474 Computing wavelengths (this takes a while ...) DEBUG stpipe.Spec2Pipeline.extract_2d:grisms.py:474 Computing wavelengths (this takes a while ...) INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:505 Finished extractions INFO stpipe.Spec2Pipeline.extract_2d:grisms.py:505 Finished extractions INFO stpipe.Spec2Pipeline.extract_2d:step.py:897 Saved model in nir_wfss_extract_2d.fits INFO stpipe.Spec2Pipeline.extract_2d:step.py:474 Step extract_2d done INFO stpipe.Spec2Pipeline.srctype:step.py:360 Step srctype running with args (<MultiSlitModel from nir_wfss_extract_2d.fits>,). INFO stpipe.Spec2Pipeline.srctype:step.py:364 Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_WFSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_WFSS WARNING stpipe.Spec2Pipeline.srctype:srctype.py:157 EXP_TYPE NIS_WFSS not applicable to this operation WARNING stpipe.Spec2Pipeline.srctype:srctype.py:157 EXP_TYPE NIS_WFSS not applicable to this operation WARNING stpipe.Spec2Pipeline.srctype:srctype.py:159 Setting SRCTYPE = UNKNOWN WARNING stpipe.Spec2Pipeline.srctype:srctype.py:159 Setting SRCTYPE = UNKNOWN INFO stpipe.Spec2Pipeline.srctype:step.py:897 Saved model in nir_wfss_srctype.fits INFO stpipe.Spec2Pipeline.srctype:step.py:474 Step srctype done INFO stpipe.Spec2Pipeline.straylight:step.py:360 Step straylight running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). INFO stpipe.Spec2Pipeline.straylight:step.py:364 Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} INFO stpipe.Spec2Pipeline.straylight:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.straylight:step.py:474 Step straylight done INFO stpipe.Spec2Pipeline.fringe:step.py:360 Step fringe running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). INFO stpipe.Spec2Pipeline.fringe:step.py:364 Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'} INFO stpipe.Spec2Pipeline.fringe:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.fringe:step.py:474 Step fringe done INFO stpipe.Spec2Pipeline.pathloss:step.py:360 Step pathloss running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). INFO stpipe.Spec2Pipeline.pathloss:step.py:364 Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.pathloss:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.pathloss:step.py:474 Step pathloss done INFO stpipe.Spec2Pipeline.barshadow:step.py:360 Step barshadow running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). INFO stpipe.Spec2Pipeline.barshadow:step.py:364 Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.barshadow:step.py:394 Step skipped. INFO stpipe.Spec2Pipeline.barshadow:step.py:474 Step barshadow done INFO stpipe.Spec2Pipeline.photom:step.py:360 Step photom running with args (<MultiSlitModel from nir_wfss_srctype.fits>,). INFO stpipe.Spec2Pipeline.photom:step.py:364 Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None} DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:photom_step.py:33 Input is MultiSlitModel INFO stpipe.Spec2Pipeline.photom:photom_step.py:52 Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits INFO stpipe.Spec2Pipeline.photom:photom_step.py:53 Using area reference file: N/A DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_WFSS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_WFSS INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: GR150R INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: GR150R INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: F200W INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: F200W DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits as <class 'jwst.datamodels.photom.NisWfssPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits as <class 'jwst.datamodels.photom.NisWfssPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 DEBUG stpipe.Spec2Pipeline.photom:photom.py:945 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 INFO stpipe.Spec2Pipeline.photom:photom.py:364 Working on slit: 10 order: 1 INFO stpipe.Spec2Pipeline.photom:photom.py:364 Working on slit: 10 order: 1 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 61.2501 INFO stpipe.Spec2Pipeline.photom:photom.py:697 PHOTMJSR value: 61.2501 INFO stpipe.Spec2Pipeline.photom:step.py:897 Saved model in nir_wfss_photom.fits INFO stpipe.Spec2Pipeline.photom:step.py:474 Step photom done INFO stpipe.Spec2Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<MultiSlitModel from nir_wfss_cal.fits>,). INFO stpipe.Spec2Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:106 Input is a MultiSlitModel INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:248 No EXTRACT1D reference file will be used INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:259 Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:2770 Working on slit 10 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:2770 Working on slit 10 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type UNKNOWN INFO stpipe.Spec2Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type UNKNOWN DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 9 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 9 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 144 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 144 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=9, ystart=0, ystop=144 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=9, ystart=0, ystop=144 DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. INFO stpipe.Spec2Pipeline.extract_1d:step.py:897 Saved model in nir_wfss_x1d.fits INFO stpipe.Spec2Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Spec2Pipeline:calwebb_spec2.py:284 Finished processing product nir_wfss INFO stpipe.Spec2Pipeline:calwebb_spec2.py:131 Ending calwebb_spec2 INFO stpipe.Spec2Pipeline:step.py:897 Saved model in nir_wfss_cal.fits INFO stpipe.Spec2Pipeline:step.py:474 Step Spec2Pipeline done -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_assign_wcs.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_assign_wcs.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_assign_wcs.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_assign_wcs.fits HTTP/1.1" 200 83975040 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[bsub] | 0.92 | |
|
run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..._wfss_spec20/truth/nir_wfss_bsub.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_bsub.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'bsub' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_bsub.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_bsub.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 224 E b: 223 E Inconsistent duplicates of keyword '' : E Occurs 40 time(s) in a, 39 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E b> Nirspec FORE Model reference file information E Keyword [21] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [22] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [23] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [24] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [25] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [26] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [27] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [28] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [29] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [30] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [31] has different values: E a> Persistence saturation reference file information E b> Read noise reference file information E Keyword [32] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [33] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [34] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [35] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [36] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [37] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [38] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [39] has different values: E a> Wavelength Range reference file information E b> Calibration step information E Keyword DVA_DEC has different comments: E a> [rad] Velocity aberration correction Dec offset E ? ------ E b> Velocity aberration correction Dec offset (rad) E ? ++++++ E Keyword DVA_RA has different comments: E a> [rad] Velocity aberration correction RA offset E ? ------ E b> Velocity aberration correction RA offset (rad) E ? ++++++ E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 44 E b: 45 E Inconsistent duplicates of keyword '' : E Occurs 3 time(s) in a, 4 times in (b) E Keyword has different values: E a> Information about the coordinates in the file E b> Velocity aberration correction information E Keyword [2] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [3] has different values: E a> WCS parameters E b> Spacecraft pointing information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_bsub.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_bsub.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_bsub.fits HTTP/1.1" 200 83975040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_bsub.fits HTTP/1.1" 200 83975040 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[cal] | 0.13 | |
|
run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...is_wfss_spec20/truth/nir_wfss_cal.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_cal.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'cal' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_cal.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_cal.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 233 E b: 230 E Extra keyword 'DVA_DEC' in a: -4.9150152256827e-08 E Extra keyword 'DVA_RA' in a: -3.3122741113749e-07 E Inconsistent duplicates of keyword '' : E Occurs 47 time(s) in a, 46 times in (b) E Keyword [11] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [22] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [23] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [24] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [25] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [26] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [27] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [28] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [29] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [30] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [31] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [32] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [33] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [34] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [35] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [36] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [37] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [38] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [39] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [40] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [41] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [42] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [43] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [44] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [45] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [46] has different values: E a> Wavelength Range reference file information E b> Calibration step information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_cal.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_cal.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_cal.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_cal.fits HTTP/1.1" 200 146880 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[extract_2d] | 0.12 | |
|
run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes.../truth/nir_wfss_extract_2d.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_extract_2d.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'extract_2d' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_extract_2d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_extract_2d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 223 E b: 220 E Extra keyword 'DVA_DEC' in a: -4.9150152256827e-08 E Extra keyword 'DVA_RA' in a: -3.3122741113749e-07 E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [21] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [22] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [23] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [24] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [25] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [26] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [27] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [28] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [29] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [30] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [31] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [32] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [33] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [34] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [35] has different values: E a> Persistence saturation reference file information E b> Read noise reference file information E Keyword [36] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [37] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [38] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [39] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [40] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [41] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [42] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_extract_2d.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_extract_2d.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_extract_2d.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_extract_2d.fits HTTP/1.1" 200 146880 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[flat_field] | 1.01 | |
|
run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes.../truth/nir_wfss_flat_field.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_flat_field.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'flat_field' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_flat_field.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_flat_field.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 233 E b: 232 E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [21] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [22] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [23] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [24] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [25] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [26] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [27] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [28] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [29] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [30] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [31] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [32] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [33] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [34] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [35] has different values: E a> Persistence saturation reference file information E b> Read noise reference file information E Keyword [36] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [37] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [38] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [39] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [40] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [41] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [42] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information E Keyword DVA_DEC has different comments: E a> [rad] Velocity aberration correction Dec offset E ? ------ E b> Velocity aberration correction Dec offset (rad) E ? ++++++ E Keyword DVA_RA has different comments: E a> [rad] Velocity aberration correction RA offset E ? ------ E b> Velocity aberration correction RA offset (rad) E ? ++++++ E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 44 E b: 45 E Inconsistent duplicates of keyword '' : E Occurs 3 time(s) in a, 4 times in (b) E Keyword has different values: E a> Information about the coordinates in the file E b> Velocity aberration correction information E Keyword [2] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [3] has different values: E a> WCS parameters E b> Spacecraft pointing information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_flat_field.fits HTTP/1.1" 200 100756800 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_flat_field.fits HTTP/1.1" 200 100756800 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_flat_field.fits HTTP/1.1" 200 100756800 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_flat_field.fits HTTP/1.1" 200 100756800 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[photom] | 0.13 | |
|
run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...s_spec20/truth/nir_wfss_photom.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_photom.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'photom' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_photom.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_photom.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 229 E b: 226 E Extra keyword 'DVA_DEC' in a: -4.9150152256827e-08 E Extra keyword 'DVA_RA' in a: -3.3122741113749e-07 E Inconsistent duplicates of keyword '' : E Occurs 46 time(s) in a, 45 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [15] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [16] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [17] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [18] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [19] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [20] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [21] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [22] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [23] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [24] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [25] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [26] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [27] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [28] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [29] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [30] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [31] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [32] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [33] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [34] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [35] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [36] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [37] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [38] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [39] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [40] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [41] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [42] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [43] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [44] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [45] has different values: E a> Wavelength Range reference file information E b> Calibration step information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_photom.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_photom.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_photom.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_photom.fits HTTP/1.1" 200 146880 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[srctype] | 0.14 | |
|
run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...spec20/truth/nir_wfss_srctype.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_srctype.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'srctype' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_srctype.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_srctype.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 224 E b: 221 E Extra keyword 'DVA_DEC' in a: -4.9150152256827e-08 E Extra keyword 'DVA_RA' in a: -3.3122741113749e-07 E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [21] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [22] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [23] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [24] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [25] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [26] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [27] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [28] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [29] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [30] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [31] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [32] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [33] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [34] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [35] has different values: E a> Persistence saturation reference file information E b> Read noise reference file information E Keyword [36] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [37] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [38] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [39] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [40] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [41] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [42] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_srctype.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_srctype.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_srctype.fits HTTP/1.1" 200 146880 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_srctype.fits HTTP/1.1" 200 146880 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[x1d] | 0.12 | |
|
run_nis_wfss_spec2 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...is_wfss_spec20/truth/nir_wfss_x1d.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_x1d.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'x1d' @pytest.mark.bigdata @pytest.mark.parametrize( 'suffix', ['assign_wcs', 'bsub', 'cal', 'extract_2d', 'flat_field', 'photom', 'srctype', 'x1d'] ) def test_nis_wfss_spec2(run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix): """Regression test for calwebb_spec2 applied to NIRISS WFSS data""" > rt.is_like_truth( run_nis_wfss_spec2, fitsdiff_default_kwargs, suffix, 'truth/test_niriss_wfss' ) E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_x1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/nir_wfss_x1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 234 E b: 231 E Extra keyword 'DVA_DEC' in a: -4.9150152256827e-08 E Extra keyword 'DVA_RA' in a: -3.3122741113749e-07 E Inconsistent duplicates of keyword '' : E Occurs 47 time(s) in a, 46 times in (b) E Keyword [11] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [22] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [23] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [24] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [25] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [26] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [27] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [28] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [29] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [30] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [31] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [32] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [33] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [34] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [35] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [36] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [37] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [38] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [39] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [40] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [41] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [42] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [43] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [44] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [45] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [46] has different values: E a> Wavelength Range reference file information E b> Calibration step information /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:43: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_x1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_x1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_x1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/nir_wfss_x1d.fits HTTP/1.1" 200 60480 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-cal] | 25.32 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits'} suffix = 'cal', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf56e54df0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -----------------------------Captured stderr setup------------------------------ 2021-02-02 14:06:52,325 - stpipe.Spec3Pipeline - INFO - Spec3Pipeline instance created. 2021-02-02 14:06:52,326 - stpipe.Spec3Pipeline.assign_mtwcs - INFO - AssignMTWcsStep instance created. 2021-02-02 14:06:52,326 - stpipe.Spec3Pipeline.master_background - INFO - MasterBackgroundStep instance created. 2021-02-02 14:06:52,327 - stpipe.Spec3Pipeline.mrs_imatch - INFO - MRSIMatchStep instance created. 2021-02-02 14:06:52,328 - stpipe.Spec3Pipeline.outlier_detection - INFO - OutlierDetectionStep instance created. 2021-02-02 14:06:52,329 - stpipe.Spec3Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-02-02 14:06:52,330 - stpipe.Spec3Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-02-02 14:06:52,331 - stpipe.Spec3Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-02-02 14:06:52,332 - stpipe.Spec3Pipeline.combine_1d - INFO - Combine1dStep instance created. 2021-02-02 14:06:52,332 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-02-02 14:06:52,332 - stpipe - INFO - OS: Linux 2021-02-02 14:06:52,455 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_20191121t041727_spec3_001_asn.json',). 2021-02-02 14:06:52,461 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'steps': {'assign_mtwcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_mtwcs', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'user_background': None, 'save_background': False, 'force_subtract': False}, 'mrs_imatch': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'bkg_degree': 1, 'subtract': False}, 'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'combine_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'}}} 2021-02-02 14:06:53,058 - stpipe.Spec3Pipeline - INFO - Prefetching reference files for dataset: 'jw00625030001_0210e_00004_nis_cal.fits' reftypes = ['apcorr', 'cubepar', 'drizpars', 'extract1d', 'resol'] 2021-02-02 14:06:53,062 - stpipe.Spec3Pipeline - INFO - Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. 2021-02-02 14:06:53,063 - stpipe.Spec3Pipeline - INFO - Prefetch for CUBEPAR reference file is 'N/A'. 2021-02-02 14:06:53,063 - stpipe.Spec3Pipeline - INFO - Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. 2021-02-02 14:06:53,064 - stpipe.Spec3Pipeline - INFO - Prefetch for EXTRACT1D reference file is 'N/A'. 2021-02-02 14:06:53,064 - stpipe.Spec3Pipeline - INFO - Prefetch for RESOL reference file is 'N/A'. 2021-02-02 14:06:53,064 - stpipe.Spec3Pipeline - INFO - Starting calwebb_spec3 ... 2021-02-02 14:06:58,694 - stpipe.Spec3Pipeline - INFO - Convert from exposure-based to source-based data. 2021-02-02 14:06:58,694 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits 2021-02-02 14:06:58,888 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits 2021-02-02 14:06:58,978 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits 2021-02-02 14:06:59,130 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits 2021-02-02 14:06:59,255 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits 2021-02-02 14:06:59,390 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits 2021-02-02 14:06:59,542 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits 2021-02-02 14:06:59,691 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits 2021-02-02 14:07:02,980 - stpipe.Spec3Pipeline - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits 2021-02-02 14:07:03,366 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d running with args (<SourceModelContainer>,). 2021-02-02 14:07:03,367 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:07:03,380 - stpipe.Spec3Pipeline.extract_1d - INFO - Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits 2021-02-02 14:07:03,380 - stpipe.Spec3Pipeline.extract_1d - INFO - No EXTRACT1D reference file will be used 2021-02-02 14:07:03,413 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,413 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,413 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,414 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,415 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=15, ystart=0, ystop=42 2021-02-02 14:07:03,441 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,441 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,442 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,443 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,443 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=42 2021-02-02 14:07:03,467 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,467 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,467 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,469 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,469 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=42 2021-02-02 14:07:03,494 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,494 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,494 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,496 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,496 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=15, ystart=0, ystop=42 2021-02-02 14:07:03,522 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,522 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,522 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,524 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,524 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=9 2021-02-02 14:07:03,547 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,547 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,547 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,548 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,548 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=9 2021-02-02 14:07:03,574 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,575 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,575 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,576 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,576 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=19, ystart=0, ystop=9 2021-02-02 14:07:03,599 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,599 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,600 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,601 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,601 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=87, ystart=0, ystop=9 2021-02-02 14:07:03,627 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,627 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,627 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,628 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,628 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=4, ystart=0, ystop=9 2021-02-02 14:07:03,651 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,651 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,651 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,653 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,653 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=9 2021-02-02 14:07:03,678 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,679 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,679 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,680 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,680 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=9 2021-02-02 14:07:03,703 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-02-02 14:07:03,703 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:03,703 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:03,705 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:03,705 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=8 2021-02-02 14:07:04,001 - stpipe.Spec3Pipeline.extract_1d - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits 2021-02-02 14:07:04,001 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:07:04,394 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits>,). 2021-02-02 14:07:04,395 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} 2021-02-02 14:07:04,401 - stpipe.Spec3Pipeline.combine_1d - INFO - Using exposure time as the weight. 2021-02-02 14:07:04,424 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-02-02 14:07:04,425 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-02-02 14:07:04,425 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-02-02 14:07:04,426 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-02-02 14:07:04,426 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-02-02 14:07:04,427 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-02-02 14:07:04,427 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-02-02 14:07:04,428 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-02-02 14:07:04,428 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-02-02 14:07:04,443 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-02-02 14:07:04,443 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-02-02 14:07:04,444 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-02-02 14:07:04,445 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-02-02 14:07:04,446 - stpipe.Spec3Pipeline.combine_1d - WARNING - 2 output pixel numbers were NaN 2021-02-02 14:07:04,549 - stpipe.Spec3Pipeline.combine_1d - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits 2021-02-02 14:07:04,549 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d done 2021-02-02 14:07:08,459 - stpipe.Spec3Pipeline - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits 2021-02-02 14:07:08,853 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d running with args (<SourceModelContainer>,). 2021-02-02 14:07:08,854 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-02-02 14:07:08,863 - stpipe.Spec3Pipeline.extract_1d - INFO - Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits 2021-02-02 14:07:08,863 - stpipe.Spec3Pipeline.extract_1d - INFO - No EXTRACT1D reference file will be used 2021-02-02 14:07:08,895 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:08,895 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:08,895 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:08,897 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:08,897 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-02-02 14:07:08,923 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:08,924 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:08,924 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:08,925 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:08,925 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=93 2021-02-02 14:07:08,952 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:08,952 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:08,952 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:08,953 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:08,953 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=43 2021-02-02 14:07:08,979 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:08,979 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:08,979 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:08,980 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:08,980 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-02-02 14:07:09,009 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,009 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,009 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,011 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,011 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-02-02 14:07:09,036 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,036 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,036 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,038 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,038 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-02-02 14:07:09,066 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,066 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,066 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,068 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,068 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-02-02 14:07:09,093 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,094 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,094 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,095 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,095 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-02-02 14:07:09,122 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,123 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,123 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,124 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,124 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=40, ystart=0, ystop=8 2021-02-02 14:07:09,150 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,151 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,151 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,152 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,153 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-02-02 14:07:09,180 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,181 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,181 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,182 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,182 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=40, ystart=0, ystop=8 2021-02-02 14:07:09,208 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,208 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,208 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,210 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,210 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-02-02 14:07:09,241 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,241 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,241 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,243 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,243 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=41, ystart=0, ystop=8 2021-02-02 14:07:09,269 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,269 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,269 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,271 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,271 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-02-02 14:07:09,299 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,299 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,299 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,301 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,301 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=41, ystart=0, ystop=8 2021-02-02 14:07:09,326 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-02-02 14:07:09,326 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-02-02 14:07:09,327 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-02-02 14:07:09,328 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-02-02 14:07:09,328 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-02-02 14:07:09,702 - stpipe.Spec3Pipeline.extract_1d - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits 2021-02-02 14:07:09,702 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d done 2021-02-02 14:07:10,114 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits>,). 2021-02-02 14:07:10,115 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} 2021-02-02 14:07:10,120 - stpipe.Spec3Pipeline.combine_1d - INFO - Using exposure time as the weight. 2021-02-02 14:07:10,145 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-02-02 14:07:10,146 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-02-02 14:07:10,146 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-02-02 14:07:10,147 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-02-02 14:07:10,148 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-02-02 14:07:10,148 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-02-02 14:07:10,149 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-02-02 14:07:10,149 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-02-02 14:07:10,150 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-02-02 14:07:10,173 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-02-02 14:07:10,174 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-02-02 14:07:10,175 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-02-02 14:07:10,176 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-02-02 14:07:10,176 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-02-02 14:07:10,177 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-02-02 14:07:10,178 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-02-02 14:07:10,179 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-02-02 14:07:10,180 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-02-02 14:07:10,281 - stpipe.Spec3Pipeline.combine_1d - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits 2021-02-02 14:07:10,281 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d done 2021-02-02 14:07:10,289 - stpipe.Spec3Pipeline - INFO - Ending calwebb_spec3 2021-02-02 14:07:10,289 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline done -------------------------------Captured log setup------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_spec3.cfg DEBUG stpipe:config_parser.py:145 Config file did not parse as ASDF. Trying as ConfigObj: config/calwebb_spec3.cfg DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:194 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:205 Retrieving pipeline PARS-SPEC3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:219 No PARS-SPEC3PIPELINE reference files found. DEBUG stpipe:pipeline.py:219 No PARS-SPEC3PIPELINE reference files found. INFO stpipe.Spec3Pipeline:step.py:313 Spec3Pipeline instance created. INFO stpipe.Spec3Pipeline.assign_mtwcs:step.py:313 AssignMTWcsStep instance created. INFO stpipe.Spec3Pipeline.master_background:step.py:313 MasterBackgroundStep instance created. INFO stpipe.Spec3Pipeline.mrs_imatch:step.py:313 MRSIMatchStep instance created. INFO stpipe.Spec3Pipeline.outlier_detection:step.py:313 OutlierDetectionStep instance created. INFO stpipe.Spec3Pipeline.resample_spec:step.py:313 ResampleSpecStep instance created. INFO stpipe.Spec3Pipeline.cube_build:step.py:313 CubeBuildStep instance created. INFO stpipe.Spec3Pipeline.extract_1d:step.py:313 Extract1dStep instance created. INFO stpipe.Spec3Pipeline.combine_1d:step.py:313 Combine1dStep instance created. INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe:cmdline.py:297 OS: Linux INFO stpipe.Spec3Pipeline:step.py:360 Step Spec3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_20191121t041727_spec3_001_asn.json',). INFO stpipe.Spec3Pipeline:step.py:364 Step Spec3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'steps': {'assign_mtwcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_mtwcs', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'user_background': None, 'save_background': False, 'force_subtract': False}, 'mrs_imatch': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'bkg_degree': 1, 'subtract': False}, 'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'weight_type': 'exptime', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'exptime', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'combine_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'}}} DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec3Pipeline:pipeline.py:318 Prefetching reference files for dataset: 'jw00625030001_0210e_00004_nis_cal.fits' reftypes = ['apcorr', 'cubepar', 'drizpars', 'extract1d', 'resol'] INFO stpipe.Spec3Pipeline:pipeline.py:326 Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. INFO stpipe.Spec3Pipeline:pipeline.py:326 Prefetch for CUBEPAR reference file is 'N/A'. INFO stpipe.Spec3Pipeline:pipeline.py:326 Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. INFO stpipe.Spec3Pipeline:pipeline.py:326 Prefetch for EXTRACT1D reference file is 'N/A'. INFO stpipe.Spec3Pipeline:pipeline.py:326 Prefetch for RESOL reference file is 'N/A'. INFO stpipe.Spec3Pipeline:calwebb_spec3.py:70 Starting calwebb_spec3 ... DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science', 'background']: DEBUG stpipe.Spec3Pipeline:container.py:209 Filtering datasets based on allowed exptypes ['science', 'background']: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:215 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec3Pipeline:calwebb_spec3.py:154 Convert from exposure-based to source-based data. INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline:step.py:897 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<SourceModelContainer>,). INFO stpipe.Spec3Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:101 Input is a SourceModelContainer DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:129 Input contains 12 items INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:147 Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:150 No EXTRACT1D reference file will be used DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [15.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [15.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=15, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=15, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [14.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [14.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [14.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [14.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [15.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [15.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=15, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=15, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 19 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 19 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=19, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=19, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 87 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 87 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=87, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=87, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 4 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 4 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=4, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=4, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=14, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=86, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. INFO stpipe.Spec3Pipeline.extract_1d:step.py:897 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Spec3Pipeline.combine_1d:step.py:360 Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits>,). INFO stpipe.Spec3Pipeline.combine_1d:step.py:364 Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:544 Using exptime_key = exposure_time. DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:544 Using exptime_key = exposure_time. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:509 Using exposure time as the weight. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:509 Using exposure time as the weight. DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 2 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 2 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:step.py:897 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits INFO stpipe.Spec3Pipeline.combine_1d:step.py:474 Step combine_1d done INFO stpipe.Spec3Pipeline:step.py:897 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:360 Step extract_1d running with args (<SourceModelContainer>,). INFO stpipe.Spec3Pipeline.extract_1d:step.py:364 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:101 Input is a SourceModelContainer DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:129 Input contains 16 items INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:147 Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:150 No EXTRACT1D reference file will be used DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:675 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [12.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [12.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [12.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [12.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=12, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=40, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=40, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=40, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=40, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=41, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=41, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=41, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=41, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2770 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2788 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2829 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1699 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1774 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3743 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3756 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3302 Not copying from the INT_TIMES table because this is not a TSO exposure. INFO stpipe.Spec3Pipeline.extract_1d:step.py:897 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:474 Step extract_1d done INFO stpipe.Spec3Pipeline.combine_1d:step.py:360 Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits>,). INFO stpipe.Spec3Pipeline.combine_1d:step.py:364 Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:544 Using exptime_key = exposure_time. DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:544 Using exptime_key = exposure_time. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:509 Using exposure time as the weight. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:509 Using exposure time as the weight. DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:191 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:219 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:step.py:897 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits INFO stpipe.Spec3Pipeline.combine_1d:step.py:474 Step combine_1d done INFO stpipe.Spec3Pipeline:calwebb_spec3.py:232 Ending calwebb_spec3 INFO stpipe.Spec3Pipeline:step.py:474 Step Spec3Pipeline done -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1339200 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1339200 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1339200 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1339200 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-x1d] | 0.25 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits'} suffix = 'x1d', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf571f4970>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 233280 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 233280 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 233280 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 233280 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-c1d] | 0.12 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits'} suffix = 'c1d', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf55bf1310>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-cal] | 0.43 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits'} suffix = 'cal', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf56deddc0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1825920 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1825920 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1825920 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1825920 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-x1d] | 0.31 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits'} suffix = 'x1d', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf55f9e4c0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 311040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 311040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 311040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 311040 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-c1d] | 0.16 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits'} suffix = 'c1d', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Extra keyword 'DVA_DEC' in a: -4.4922077970909e-07 E Extra keyword 'DVA_RA' in a: -3.0697854045141e-06 E Extra keyword 'VA_DEC' in b: -4.4922077970909e-07 E Extra keyword 'VA_RA' in b: -3.0697854045141e-06 E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7fcf57219fd0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 60480 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 60480 | |||
| Passed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_whtlt | 0.09 | |
|
-------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2600 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2600 | |||